Initial commit
commit
2d768a5d07
@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
yarn.lock
|
@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function propagateAbort(source, reason) {
|
||||
return source.abort(reason);
|
||||
};
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "ppstreams-propagate-abort",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@git.cryto.net:joepie91/ppstreams-propagate-abort.git",
|
||||
"author": "Sven Slootweg <admin@cryto.net>",
|
||||
"license": "WTFPL OR CC0-1.0"
|
||||
}
|
Loading…
Reference in New Issue