@technobuddha > library > String > Parts of Speech
Type Alias: IndefiniteArticleOptions
ts
type IndefiniteArticleOptions = {
only?: boolean;
};Defined in: indefinite-article.ts:27
Options for indefiniteArticle to determine the indefinite article to use with a word.
Properties
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
only? | boolean | false | Only return the indefinite article, do not combine with the input | src/indefinite-article.ts:32 |