UNPKG

iter-tools-es

Version:
12 lines (10 loc) 302 B
const { asyncIterableCurry } = require('../../internal/async-iterable.js'); async function* __asyncAppend(source, value) { yield* source; yield value; } exports.__asyncAppend = __asyncAppend; const asyncAppend = /*#__PURE__*/asyncIterableCurry(__asyncAppend); exports.asyncAppend = asyncAppend;