1.0.3 • Published 6 months ago

@types/pascalcase v1.0.3

Weekly downloads
111,691
License
MIT
Repository
github
Last release
6 months ago

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

// 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;

Additional Details

  • Last updated: Mon, 13 Sep 2021 15:31:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by IdeFFiX.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

3 years ago

1.0.0

4 years ago