socialmedia/node_modules/unenv/dist/runtime/node/stream/promises.mjs
2026-03-03 13:45:56 +05:30

8 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
};