@types/titlecase
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Installation

npm install --save @types/titlecase

Summary

This package contains type definitions for titlecase (https://github.com/rvagg/titlecase#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/titlecase.

index.d.ts

declare function toTitleCase(input: string): string;

declare namespace toTitleCase {
    function toTitleCase(input: string): string;
    function toLaxTitleCase(input: string): string;
}

export = toTitleCase;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Matthew Peveler.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/titlecase

Weekly Downloads

514

Version

1.1.2

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types