// Type definitions for camelcase // Project: https://github.com/sindresorhus/camelcase // Definitions by: Sam Verschueren // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module "camelcase" { export default function camelcase(...args: string[]): string; }