UNPKG

iter-tools-es

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