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