UNPKG

t-comm

Version:

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

8 lines (7 loc) 509 B
export { checkStringLength } from './limit-length.mjs'; export { getRandomString, randomString, uniqueFactory } from './random.mjs'; export { replaceAllPolyfill } from './replace-all.mjs'; export { applySearchReplace, cleanLineNumberPrefix } from './search-replace.mjs'; export { camelize, capitalize, hyphenate, lowerInitial, pascalCase, titleize, toCamel, toKebab, toPascal } from './string.mjs'; export { toUnicode, toUnicodeAt } from './to-unicode.mjs'; import '@babel/runtime/helpers/toConsumableArray';