Edit File: param-case.d.ts
declare function paramCase (value: string, locale?: string): string; export = paramCase;
Back to File Manager