@ryancavanaugh/camel-case
Version:
Type definitions for camel-case from https://www.github.com/DefinitelyTyped/DefinitelyTyped
9 lines (6 loc) • 328 B
TypeScript
// Type definitions for camel-case
// Project: https://github.com/blakeembrey/camel-case
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function camelCase(string: string, locale?: string): string;
export = camelCase;