1.0.3 • Published 2 years ago

@types/pascalcase v1.0.3

Weekly downloads
111,691
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.1

4 years ago

1.0.0

5 years ago