HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/node_modules/libnpmsearch/node_modules/abort-controller/
Upload File :
Current File : //proc/1784574/root/usr/share/node_modules/libnpmsearch/node_modules/abort-controller/browser.mjs
/*globals self, window */

/*eslint-disable @mysticatea/prettier */
const { AbortController, AbortSignal } =
    typeof self !== "undefined" ? self :
    typeof window !== "undefined" ? window :
    /* otherwise */ undefined
/*eslint-enable @mysticatea/prettier */

export default AbortController
export { AbortController, AbortSignal }