forked from mirror/Riven
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
|
declare function constantCase (value: string, locale?: string): string;
|
||
|
|
||
|
export = constantCase;
|