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

4 lines
106 B
TypeScript

declare function noCase (value: string, locale?: string, replacement?: string): string;
export = noCase;