mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-24 07:48:01 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import type { AnyString } from '../types.js';
|
||||
export declare const CC_TO_UP: string[];
|
||||
export declare const CC_TO_LO: string[];
|
||||
/**
|
||||
* @name stringCamelCase
|
||||
* @summary Convert a dash/dot/underscore/space separated Ascii string/String to camelCase
|
||||
*/
|
||||
export declare const stringCamelCase: (value: AnyString) => string;
|
||||
/**
|
||||
* @name stringPascalCase
|
||||
* @summary Convert a dash/dot/underscore/space separated Ascii string/String to PascalCase
|
||||
*/
|
||||
export declare const stringPascalCase: (value: AnyString) => string;
|
||||
Reference in New Issue
Block a user