2.3.4 • Published 6 months ago

@types/indefinite v2.3.4

Weekly downloads
3,391
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/indefinite

Summary

This package contains type definitions for indefinite (https://github.com/tandrewnichols/indefinite).

Details

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

index.d.ts

// Type definitions for indefinite 2.3
// Project: https://github.com/tandrewnichols/indefinite
// Definitions by: omaishar <https://github.com/omaishar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface Options {
    articleOnly?: boolean | undefined;
    capitalize?: boolean | undefined;
    caseInsensitive?: boolean | undefined;
    numbers?: 'colloquial' | undefined;
}

declare function indefinite(word: string | number, opts?: Options): string;

export = indefinite;

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:23:11 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by omaishar.

2.3.2

7 months ago

2.3.4

6 months ago

2.3.3

7 months ago

2.3.1

3 years ago

2.3.0

4 years ago

2.2.0

5 years ago