@types/indefinite
Version:
TypeScript definitions for indefinite
30 lines (22 loc) • 886 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/indefinite/index.d.ts)
````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](https://github.com/omaishar).