Skip to content

PURISTA API


PURISTA API / @purista/cli / PascalCaseOptions

Interface: PascalCaseOptions

Defined in: change-case.ts:32

Options used for converting strings to pascal/camel case.

Extends

Properties

delimiter?

optional delimiter: string

Defined in: change-case.ts:44

Inherited from

Options.delimiter


locale?

optional locale: Locale

Defined in: change-case.ts:40

Inherited from

Options.locale


mergeAmbiguousCharacters?

optional mergeAmbiguousCharacters: boolean

Defined in: change-case.ts:33


prefixCharacters?

optional prefixCharacters: string

Defined in: change-case.ts:45

Inherited from

Options.prefixCharacters


separateNumbers?

optional separateNumbers: boolean

Defined in: change-case.ts:43

Deprecated

Pass split: splitSeparateNumbers instead.

Inherited from

Options.separateNumbers


split()?

optional split: (value) => string[]

Defined in: change-case.ts:41

Parameters

value

string

Returns

string[]

Inherited from

Options.split


suffixCharacters?

optional suffixCharacters: string

Defined in: change-case.ts:46

Inherited from

Options.suffixCharacters