Files
red_de_investigacion_front/node_modules/param-case/param-case.d.ts
T

4 lines
90 B
TypeScript
Raw Normal View History

2020-01-14 20:43:08 -06:00
declare function paramCase (value: string, locale?: string): string;
export = paramCase;