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