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

4 lines
90 B
TypeScript

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