UNPKG

329 BTypeScriptView Raw
1/**
2 * @summary Utility methods to convert to work with `string` values
3 */
4export { stringCamelCase, stringPascalCase } from './camelCase';
5export { stringLowerFirst, stringUpperFirst } from './lowerFirst';
6export { stringShorten } from './shorten';
7export { stringToHex } from './toHex';
8export { stringToU8a } from './toU8a';