UNPKG

444 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/util authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4/**
5 * @summary Utility methods to convert to work with `string` values
6 */
7export { stringCamelCase, stringPascalCase } from "./camelCase.js";
8export { stringLowerFirst, stringUpperFirst } from "./lowerFirst.js";
9export { stringShorten } from "./shorten.js";
10export { stringToHex } from "./toHex.js";
11export { stringToU8a } from "./toU8a.js";
\No newline at end of file