UNPKG

965 BMarkdownView Raw
1# Installation
2> `npm install --save @types/pascalcase`
3
4# Summary
5This package contains type definitions for pascalcase (https://github.com/jonschlinkert/pascalcase).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pascalcase.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pascalcase/index.d.ts)
10````ts
11// Type definitions for pascalcase 1.0
12// Project: https://github.com/jonschlinkert/pascalcase
13// Definitions by: IdeFFiX <https://github.com/ideffix>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
16export = pascalcase;
17
18declare function pascalcase(value?: string | number | null | { toString: () => string }): string;
19
20````
21
22### Additional Details
23 * Last updated: Mon, 13 Sep 2021 15:31:20 GMT
24 * Dependencies: none
25 * Global values: none
26
27# Credits
28These definitions were written by [IdeFFiX](https://github.com/ideffix).
29
\No newline at end of file