mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 04:34:15 +00:00
Update action
This commit is contained in:
parent
c17d254b53
commit
2c2db8c641
59 changed files with 1430 additions and 4763 deletions
3
node_modules/is-stream/index.js
generated
vendored
3
node_modules/is-stream/index.js
generated
vendored
|
@ -23,7 +23,6 @@ isStream.duplex = stream =>
|
|||
|
||||
isStream.transform = stream =>
|
||||
isStream.duplex(stream) &&
|
||||
typeof stream._transform === 'function' &&
|
||||
typeof stream._transformState === 'object';
|
||||
typeof stream._transform === 'function';
|
||||
|
||||
module.exports = isStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue