Delete node_modules directory

This commit is contained in:
2021-04-11 11:54:19 +02:00
committed by GitHub
parent 3017d193fd
commit 94857d1cb1
332 changed files with 0 additions and 60040 deletions

View File

@@ -1,13 +0,0 @@
/*globals self, window */
"use strict"
/*eslint-disable @mysticatea/prettier */
const { AbortController, AbortSignal } =
typeof self !== "undefined" ? self :
typeof window !== "undefined" ? window :
/* otherwise */ undefined
/*eslint-enable @mysticatea/prettier */
module.exports = AbortController
module.exports.AbortSignal = AbortSignal
module.exports.default = AbortController