blob: 323785a4c1ca594d4e79c543c94af5c946acfa18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Hardcoded module "node:stream/promises"
import { promises } from "node:stream";
export var { pipeline, finished } = promises;
export default {
pipeline,
finished,
[Symbol.for("CommonJS")]: 0,
};
|