Files
red_de_investigacion_front/node_modules/camel-case/camel-case.d.ts
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

4 lines
114 B
TypeScript

declare function camelCase (value: string, locale?: string, mergeNumbers?: boolean): string;
export = camelCase;