UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

6 lines (5 loc) 357 B
export { checkStringLength } from './limit-length'; export { getRandomString, randomString, uniqueFactory } from './random'; export { replaceAllPolyfill } from './replace-all'; export { camelize, capitalize, hyphenate, lowerInitial, pascalCase, titleize, toCamel, toPascal, toKebab, } from './string'; export { toUnicode, toUnicodeAt } from './to-unicode';