Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/utils"

Index

Functions

Const camelCase

  • camelCase(input: any, options?: { pascalCase: boolean }): any
  • Parameters

    • input: any
    • Default value options: { pascalCase: boolean } = { pascalCase: false }
      • pascalCase: boolean

    Returns any

Const coerceCliValue

Const dashCase

  • dashCase(base: string): string
  • Parameters

    • base: string

    Returns string

Const getOptionsMriOpts

Const isFunction

  • isFunction(f: any): boolean
  • Parameters

    • f: any

    Returns boolean

Const isRegExp

  • isRegExp(r: any): boolean
  • Parameters

    • r: any

    Returns boolean

Const passedOptionsToNames

Const preserveCamelCase

  • preserveCamelCase(val: any): any
  • Parameters

    • val: any

    Returns any

Generated using TypeDoc