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