debugging

Helpers for debugging functional js

Source:

Methods

(inner) check(val)

Simple logger for debugging function composition without breaking data flow

Parameters:
Name Type Description
val *

any value

Source:

(inner) prettyCheck(val)

Logger for debugging function composition without breaking data flow, pretty-priints objects and arrays

Parameters:
Name Type Description
val *

any value

Source: