Global

Methods

configPlugin(chain, nameopt)

Source:
Parameters:
Name Type Attributes Description
chain ObjChain
name string <optional>

flow(…funcs) → {function}

Source:
Parameters:
Name Type Attributes Description
funcs Array:.<function()> <repeatable>
functions to flow left to right
Returns:
passes args through the functions, bound to this
Type
function

remove(key) → {ObjChain}

Source:
delete. remove
Parameters:
Name Type Description
key string | any
Returns:
Type
ObjChain

set(key, val) → {ObjChain}

Source:
Parameters:
Name Type Description
key string | any
val Serializable | any
Returns:
@chainable
Type
ObjChain

write() → {ObjChain}

Source:
save/write data
Returns:
Type
ObjChain