diff options
author | 2023-07-04 16:57:46 -0700 | |
---|---|---|
committer | 2023-07-04 16:57:46 -0700 | |
commit | b2e28f133e7fbc3d0ba58218f6867fbaeb699d23 (patch) | |
tree | 4f0e741eeb2f244b5255715fb9c739ae1ab4ad98 /src/js/out/modules/node/stream.promises.js | |
parent | 3a93ddfab35841f242db0cdf472ce941bfa94984 (diff) | |
download | bun-b2e28f133e7fbc3d0ba58218f6867fbaeb699d23.tar.gz bun-b2e28f133e7fbc3d0ba58218f6867fbaeb699d23.tar.zst bun-b2e28f133e7fbc3d0ba58218f6867fbaeb699d23.zip |
boop
Diffstat (limited to 'src/js/out/modules/node/stream.promises.js')
-rw-r--r-- | src/js/out/modules/node/stream.promises.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/out/modules/node/stream.promises.js b/src/js/out/modules/node/stream.promises.js index f095ac718..838d40efa 100644 --- a/src/js/out/modules/node/stream.promises.js +++ b/src/js/out/modules/node/stream.promises.js @@ -1 +1 @@ -import{promises as S} from"node:stream";var{pipeline:b,finished:c}=S,g={pipeline:b,finished:c,[Symbol.for("CommonJS")]:0};export{b as pipeline,c as finished,g as default}; +import{promises as J} from"node:stream";var{pipeline:S,finished:b}=J,g={pipeline:S,finished:b,[Symbol.for("CommonJS")]:0};export{S as pipeline,b as finished,g as default}; |