UNPKG

@ryancavanaugh/camelcase

Version:

Type definitions for camelcase from https://www.github.com/DefinitelyTyped/DefinitelyTyped

10 lines (7 loc) 344 B
// Type definitions for camelcase // Project: https://github.com/sindresorhus/camelcase // Definitions by: Sam Verschueren <https://github.com/samverschueren> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function camelcase(...args: string[]): string; declare namespace camelcase { } export = camelcase;