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.
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.