UNPKG

fluture

Version:

FantasyLand compliant (monadic) alternative to Promises

6 lines (4 loc) 118 B
import {encase} from './encase.js'; export function attempt(_){ return encase.apply(this, arguments)(undefined); }