chore: declare var global no longer needed

This commit is contained in:
Nathan Walker
2021-03-03 16:15:55 -08:00
parent 13a525ddd9
commit 17c85107ba

View File

@ -1,6 +1,3 @@
/* eslint-disable no-var */
declare var global: NodeJS.Global & typeof globalThis;
interface ModuleResolver { interface ModuleResolver {
/** /**
* A function used to resolve the exports for a module. * A function used to resolve the exports for a module.