UNPKG

t-comm

Version:

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

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