conversion-library / changeCase / PascalCaseOptions
Interface: PascalCaseOptions
Options used for converting strings to pascal/camel case.
Extends
Properties
delimiter?
ts
optional delimiter: string;
Inherited from
Defined in
node_modules/change-case/dist/index.d.ts:20
locale?
ts
optional locale: Locale;
Inherited from
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
Defined in
node_modules/change-case/dist/index.d.ts:21
separateNumbers?
ts
optional separateNumbers: boolean;
Deprecated
Pass split: splitSeparateNumbers
instead.
Inherited from
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
Defined in
node_modules/change-case/dist/index.d.ts:17
suffixCharacters?
ts
optional suffixCharacters: string;
Inherited from
Defined in
node_modules/change-case/dist/index.d.ts:22