Global

Members

(constant) ALL

Source:

ALL > TRACE > DEBUG > INFO > WARN > ERROR > FATAL > OFF

(constant) Monster :Namespace

Source:
Type:
  • Namespace

Methods

convertToString(value) → {string}

Source:

tries to make a string out of value and if this succeeds to return it back

Parameters:
Name Type Description
value *
Returns:
Type
string

getValueViaPath(object, string}, boolean}) → {*}

Source:
Parameters:
Name Type Description
object *
string}

path

boolean}

check

Throws:
  • unsupported type

    Type
    TypeError
  • the journey is not at its end

    Type
    Error
Returns:
Type
*

setValueViaPath(object, path, value) → {undefined|*}

Source:
Parameters:
Name Type Description
object
path
value
Throws:
  • unsupported type

    Type
    TypeError
  • unsupported type

    Type
    TypeError
  • the journey is not at its end

    Type
    Error
Returns:
Type
undefined | *