NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/xe-utils/methods/string/index.d.ts

15 lines
373 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
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 './toString'