Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptionFormat

Hierarchy

  • IOptionFormat

Index

Properties

Properties

camelCase

camelCase: string

The camel cased format of an option.

Example:

this-is-a-test -> thisIsATest

kebabCase

kebabCase: string

The kebab cased format of an option key

Example:

thisIsATest -> this-is-a-test

key

key: string

The untouched original key.

Example:

thisIsATest-test-here -> thisIsATest-test-here

camelCase: thisIsATestTestHere kebabCase: this-is-a-test-test-here

Generated using TypeDoc