• function
 

Return f.call(thisArg, x), or if it throws return a rejected promise for the thrown exception

Fold.tryCatchReject(f, x, thisArg, next)

Return f.call(thisArg, x), or if it throws return a rejected promise for the thrown exception

Parameters

  1. f {*}

  2. x {*}

  3. thisArg {*}

  4. next {*}

Help us improve StealJS by taking our community survey