mirror of https://github.com/MingweiSamuel/Riven
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
|
declare function snakeCase (value: string, locale?: string): string;
|
||
|
|
||
|
export = snakeCase;
|