UNPKG

dashp

Version:

Utilities for monadic promises.

5 lines (3 loc) 130 B
import {of} from "./Future"; import {curry2} from "./internal/curry"; export default curry2("caught", (f, p) => of(p).catch(f));