aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/node_streams_promises.exports.js
blob: 1755c73ebbbfa3bf34c2c27e87dba59e9276db45 (plain) (blame)
1
2
3
4
5
6
7
8
9
var { promises } = import.meta.require("node:stream");

export var { pipeline, finished } = promises;

export default {
  pipeline,
  finished,
  [Symbol.for("CommonJS")]: 0,
};