node_modules.lower-case-first.lower-case-first.d.ts Maven / Gradle / Ivy
declare function lowerCaseFirst (value: string, locale?: string): string;
export = lowerCaseFirst;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
declare function lowerCaseFirst (value: string, locale?: string): string;
export = lowerCaseFirst;