npm.io
1.0.2 • Published 2 years ago

@types/to-camel-case

Licence
MIT
Version
1.0.2
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
51.4K

Installation

npm install --save @types/to-camel-case

Summary

This package contains type definitions for to-camel-case (https://github.com/ianstormtaylor/to-camel-case).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-camel-case.

index.d.ts

declare function toCamelCase(string: string): string;
export = toCamelCase;

Additional Details

  • Last updated: Tue, 07 Nov 2023 1536 GMT
  • Dependencies: none

Credits

These definitions were written by Jed Fox.