Skip to content

@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

PropertyTypeDefault valueDescriptionDefined in
only?booleanfalseOnly return the indefinite article, do not combine with the inputsrc/indefinite-article.ts:32