GT2/GT2-iOS/node_modules/lower-case-first/lower-case-first.d.ts

4 lines
100 B
TypeScript

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