Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
6
my-app/node_modules/minipass/dist/esm/index.js
generated
vendored
Executable file → Normal file
6
my-app/node_modules/minipass/dist/esm/index.js
generated
vendored
Executable file → Normal file
|
|
@ -4,9 +4,9 @@ const proc = typeof process === 'object' && process
|
|||
stdout: null,
|
||||
stderr: null,
|
||||
};
|
||||
import { EventEmitter } from 'events';
|
||||
import Stream from 'stream';
|
||||
import { StringDecoder } from 'string_decoder';
|
||||
import { EventEmitter } from 'node:events';
|
||||
import Stream from 'node:stream';
|
||||
import { StringDecoder } from 'node:string_decoder';
|
||||
/**
|
||||
* Return true if the argument is a Minipass stream, Node stream, or something
|
||||
* else that Minipass can interact with.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue