UNPKG

@types/uppercamelcase

Version:
24 lines (17 loc) 750 B
# Installation > `npm install --save @types/uppercamelcase` # Summary This package contains type definitions for uppercamelcase (https://github.com/samverschueren/uppercamelcase). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uppercamelcase. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uppercamelcase/index.d.ts) ````ts export = upperCamelCase; declare function upperCamelCase(...args: string[]): string; declare namespace upperCamelCase {} ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: none # Credits These definitions were written by [York Yao](https://github.com/plantain-00).