string.d.ts 438 B

12345678910111213141516
  1. export * from './padEnd'
  2. export * from './padStart'
  3. export * from './repeat'
  4. export * from './trim'
  5. export * from './trimRight'
  6. export * from './trimLeft'
  7. export * from './escape'
  8. export * from './unescape'
  9. export * from './camelCase'
  10. export * from './kebabCase'
  11. export * from './startsWith'
  12. export * from './endsWith'
  13. export * from './template'
  14. export * from './toFormatString'
  15. export * from './toString'
  16. export * from './toValueString'