elearning/Frontend-Learner/node_modules/unenv/dist/runtime/node/stream/promises.mjs
2026-01-13 10:48:02 +07:00

7 lines
269 B
JavaScript

import { notImplemented } from "../../_internal/utils.mjs";
export const finished = /* @__PURE__ */ notImplemented("stream.promises.finished");
export const pipeline = /* @__PURE__ */ notImplemented("stream.promises.pipeline");
export default {
finished,
pipeline
};