Skip to content

conversion-library / changeCase / PascalCaseOptions

Interface: PascalCaseOptions

Options used for converting strings to pascal/camel case.

Extends

Properties

delimiter?

ts
optional delimiter: string;

Inherited from

Options.delimiter

Defined in

node_modules/change-case/dist/index.d.ts:20


locale?

ts
optional locale: Locale;

Inherited from

Options.locale

Defined in

node_modules/change-case/dist/index.d.ts:16


mergeAmbiguousCharacters?

ts
optional mergeAmbiguousCharacters: boolean;

Defined in

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


prefixCharacters?

ts
optional prefixCharacters: string;

Inherited from

Options.prefixCharacters

Defined in

node_modules/change-case/dist/index.d.ts:21


separateNumbers?

ts
optional separateNumbers: boolean;

Deprecated

Pass split: splitSeparateNumbers instead.

Inherited from

Options.separateNumbers

Defined in

node_modules/change-case/dist/index.d.ts:19


split()?

ts
optional split: (value: string) => string[];

Parameters

value: string

Returns

string[]

Inherited from

Options.split

Defined in

node_modules/change-case/dist/index.d.ts:17


suffixCharacters?

ts
optional suffixCharacters: string;

Inherited from

Options.suffixCharacters

Defined in

node_modules/change-case/dist/index.d.ts:22