UNPKG

result-js

Version:
9 lines (5 loc) 170 B
'use strict'; const H = require('../interface/result.h').prototype; H.unwrapAndThen = function ($resultEmitter) { return this.andThen($resultEmitter).unwrap(); };