@types/pascalcase
Version:
TypeScript definitions for pascalcase
23 lines (16 loc) • 722 B
Markdown
# Installation
> `npm install --save @types/pascalcase`
# Summary
This package contains type definitions for pascalcase (https://github.com/jonschlinkert/pascalcase).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pascalcase.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pascalcase/index.d.ts)
````ts
export = pascalcase;
declare function pascalcase(value?: string | number | null | { toString: () => string }): string;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
# Credits
These definitions were written by [IdeFFiX](https://github.com/ideffix).