mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 12:46:36 +08:00
9 lines
320 B
TypeScript
9 lines
320 B
TypeScript
// Type definitions for param-case
|
|
// Project: https://github.com/blakeembrey/param-case
|
|
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
declare function paramCase(string: string, locale?: string): string;
|
|
export = paramCase;
|