@types/to-camel-case
Version:
TypeScript definitions for to-camel-case
22 lines (16 loc) • 691 B
Markdown
> `npm install --save @types/to-camel-case`
This package contains type definitions for to-camel-case (https://github.com/ianstormtaylor/to-camel-case).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-camel-case.
````ts
declare function toCamelCase(string: string): string;
export = toCamelCase;
````
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: none
These definitions were written by [Jed Fox](https://github.com/j-f1).