UNPKG

declarations

Version:

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

11 lines (9 loc) 351 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 module "camelcase" { function camelcase(...args: string[]): string; namespace camelcase {} export = camelcase; }