UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

9 lines (8 loc) 372 B
// Type definitions for lower-case-first // Project: https://github.com/blakeembrey/lower-case-first // Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "lower-case-first" { function lowerCaseFirst(string: string, locale?: string): string; export = lowerCaseFirst; }