UNPKG

@polkadot/util

Version:
11 lines (10 loc) 444 B
// Copyright 2017-2022 @polkadot/util authors & contributors // SPDX-License-Identifier: Apache-2.0 /** * @summary Utility methods to convert to work with `string` values */ export { stringCamelCase, stringPascalCase } from "./camelCase.js"; export { stringLowerFirst, stringUpperFirst } from "./lowerFirst.js"; export { stringShorten } from "./shorten.js"; export { stringToHex } from "./toHex.js"; export { stringToU8a } from "./toU8a.js";