feat: init
This commit is contained in:
7
node_modules/unenv/dist/runtime/node/stream/promises.mjs
generated
vendored
Normal file
7
node_modules/unenv/dist/runtime/node/stream/promises.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
};
|
||||
Reference in New Issue
Block a user