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