Files
DefinitelyTyped/types/uppercamelcase/index.d.ts
Dimitri Benin 6167030b40 [uppercamelcase] add linting & enable strict null checks (#18849)
* [uppercamelcase] add linting & enable strict null checks

* [uppercamelcase] reintroduce namespace to support import * syntax to avoid a breaking change for users
2017-08-11 10:16:43 -07:00

10 lines
355 B
TypeScript

// Type definitions for uppercamelcase 3.0
// Project: https://github.com/samverschueren/uppercamelcase
// Definitions by: York Yao <https://github.com/plantain-00>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = upperCamelCase;
declare function upperCamelCase(...args: string[]): string;
declare namespace upperCamelCase {}