Нет описания

param-case.d.ts 90B

123
  1. declare function paramCase (value: string, locale?: string): string;
  2. export = paramCase;