mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-23 03:48:00 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @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';
|
||||
Reference in New Issue
Block a user