GT2/GT2-iOS/node_modules/lower-case-first/lower-case-first.d.ts
2018-02-12 17:26:06 +00:00

3 lines
100 B
TypeScript

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