Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/utils/options"

Index

Functions

Object literals

Functions

mergeOptions

  • Given the passed options, assigns the value to the not-specified properties by merging them with the default options.

    Parameters

    • Optional options: Options

      The passed options.

    Returns Options

    The merged options.

Object literals

Const DEFAULT_OPTIONS

DEFAULT_OPTIONS: object

The default options, merged with the given options to assign the value to the not-specified properties.

exclude

exclude: RegExp = /node_modules/

extensions

extensions: undefined = undefined

indent

indent: true = true

log

log: true = true

Generated using TypeDoc