8 lines
269 B
JavaScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
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
};