UNPKG

fluture

Version:

FantasyLand compliant (monadic) alternative to Promises

7 lines (5 loc) 162 B
import {application1, future} from './future.js'; export function extractRight(m){ application1(extractRight, future, arguments); return m.extractRight(); }