Files
number_zj/20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/string.d.ts
毛财君 197b38ca6f 1
2023-07-06 17:37:33 +08:00

17 lines
438 B
TypeScript

export * from './padEnd'
export * from './padStart'
export * from './repeat'
export * from './trim'
export * from './trimRight'
export * from './trimLeft'
export * from './escape'
export * from './unescape'
export * from './camelCase'
export * from './kebabCase'
export * from './startsWith'
export * from './endsWith'
export * from './template'
export * from './toFormatString'
export * from './toString'
export * from './toValueString'