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

2.3.4 • Public • Published

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

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: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by omaishar.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/indefinite

Weekly Downloads

19,488

Version

2.3.4

License

MIT

Unpacked Size

3.1 kB

Total Files

5

Last publish

Collaborators

  • types