t-comm
Version:
专业、稳定、纯粹的工具库
6 lines (5 loc) • 376 B
JavaScript
export { checkStringLength } from './limit-length.mjs';
export { getRandomString, randomString, uniqueFactory } from './random.mjs';
export { replaceAllPolyfill } from './replace-all.mjs';
export { camelize, capitalize, hyphenate, lowerInitial, pascalCase, titleize, toCamel, toKebab, toPascal } from './string.mjs';
export { toUnicode, toUnicodeAt } from './to-unicode.mjs';