mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
chore: declare var global no longer needed
This commit is contained in:
3
packages/core/global-types.d.ts
vendored
3
packages/core/global-types.d.ts
vendored
@ -1,6 +1,3 @@
|
||||
/* eslint-disable no-var */
|
||||
declare var global: NodeJS.Global & typeof globalThis;
|
||||
|
||||
interface ModuleResolver {
|
||||
/**
|
||||
* A function used to resolve the exports for a module.
|
||||
|
Reference in New Issue
Block a user