UNPKG

fluture

Version:

FantasyLand compliant (monadic) alternative to Promises

6 lines (4 loc) 123 B
import {encaseP} from './encase-p.js'; export function attemptP(_){ return encaseP.apply(this, arguments)(undefined); }