3.4.3 • Published 6 months ago

@types/title v3.4.3

Weekly downloads
350
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/title

Summary

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

Details

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

index.d.ts

// Type definitions for title 3.4
// Project: https://github.com/vercel/title#readme
// Definitions by: Fahad <https://github.com/fa7ad>
//                 Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * This package correctly capitalizes your titles as per The Chicago Manual of Style.
 * Furthermore, all of Vercel's product names are capitalized properly as well.
 */
declare function title(string: string, options?: title.Options): string;

declare namespace title {
    interface Options {
        /**
         * @default undefined
         */
        special?: string[] | undefined;
    }
}

export = title;

Additional Details

  • Last updated: Fri, 02 Jul 2021 19:37:09 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Fahad, and Piotr Błażejewicz.

3.4.3

6 months ago

3.4.2

7 months ago

3.4.1

3 years ago

3.4.0

3 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago