mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [camelcase] add linting & enable strict null checks * [camelcase] reintroduce namespace to support import * syntax to avoid a breaking change for users
10 lines
338 B
TypeScript
10 lines
338 B
TypeScript
// Type definitions for camelcase 4.1
|
|
// Project: https://github.com/sindresorhus/camelcase
|
|
// Definitions by: Sam Verschueren <https://github.com/samverschueren>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = camelcase;
|
|
|
|
declare function camelcase(...args: string[]): string;
|
|
declare namespace camelcase {}
|