Keine Beschreibung

path-case.d.ts 88B

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