UNPKG

750 BMarkdownView Raw
1# Installation
2> `npm install --save @types/uppercamelcase`
3
4# Summary
5This package contains type definitions for uppercamelcase (https://github.com/samverschueren/uppercamelcase).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uppercamelcase.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uppercamelcase/index.d.ts)
10````ts
11export = upperCamelCase;
12
13declare function upperCamelCase(...args: string[]): string;
14declare namespace upperCamelCase {}
15
16````
17
18### Additional Details
19 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
20 * Dependencies: none
21
22# Credits
23These definitions were written by [York Yao](https://github.com/plantain-00).
24
\No newline at end of file