UNPKG

ncjsm

Version:

CJS (Node.js) style modules resolver

8 lines (6 loc) 173 B
"use strict"; module.exports = function (T, a) { const passThru = new T("foo"); a(passThru.value, "foo"); a(passThru.then(value => `${ value }bar`).value, "foobar"); };