Skip to content

conversion-library / titleCase / Options

Interface: Options

Properties

locale?

ts
optional locale: string | string[];

Defined in

node_modules/title-case/dist/index.d.ts:6


sentenceCase?

ts
optional sentenceCase: boolean;

Defined in

node_modules/title-case/dist/index.d.ts:7


sentenceTerminators?

ts
optional sentenceTerminators: Set<string>;

Defined in

node_modules/title-case/dist/index.d.ts:8


smallWords?

ts
optional smallWords: Set<string>;

Defined in

node_modules/title-case/dist/index.d.ts:9


titleTerminators?

ts
optional titleTerminators: Set<string>;

Defined in

node_modules/title-case/dist/index.d.ts:10


wordSeparators?

ts
optional wordSeparators: Set<string>;

Defined in

node_modules/title-case/dist/index.d.ts:11