t-comm
Version:
专业、稳定、纯粹的工具库
25 lines (19 loc) • 1 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var string_limitLength = require('../../string/limit-length.js');
var string_random = require('../../string/random.js');
var string_replaceAll = require('../../string/replace-all.js');
var string_string = require('../../string/string.js');
var string_toUnicode = require('../../string/to-unicode.js');
exports.checkStringLength = string_limitLength.checkStringLength;
exports.getRandomString = string_random.getRandomString;
exports.randomString = string_random.randomString;
exports.replaceAllPolyfill = string_replaceAll.replaceAllPolyfill;
exports.camelize = string_string.camelize;
exports.capitalize = string_string.capitalize;
exports.hyphenate = string_string.hyphenate;
exports.lowerInitial = string_string.lowerInitial;
exports.pascalCase = string_string.pascalCase;
exports.titleize = string_string.titleize;
exports.toUnicode = string_toUnicode.toUnicode;
exports.toUnicodeAt = string_toUnicode.toUnicodeAt;