@polkadot/util
Version:
A collection of useful utilities for @polkadot
9 lines (8 loc) • 329 B
TypeScript
/**
* @summary Utility methods to convert to work with `string` values
*/
export { stringCamelCase, stringPascalCase } from './camelCase';
export { stringLowerFirst, stringUpperFirst } from './lowerFirst';
export { stringShorten } from './shorten';
export { stringToHex } from './toHex';
export { stringToU8a } from './toU8a';