$ cnpm install @types/pascalcase
npm install --save @types/pascalcase
This package contains type definitions for pascalcase (https://github.com/jonschlinkert/pascalcase).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pascalcase.
// Type definitions for pascalcase 1.0
// Project: https://github.com/jonschlinkert/pascalcase
// Definitions by: IdeFFiX <https://github.com/ideffix>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = pascalcase;
declare function pascalcase(value?: string | number | null | { toString: () => string }): string;
These definitions were written by IdeFFiX.
Copyright 2013 - present © cnpmjs.org | Home |