mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00
5 lines
263 B
TypeScript
5 lines
263 B
TypeScript
/// <reference path="../../packages/types-ios/src/lib/ios.d.ts" />
|
|
/// <reference path="../../packages/types-android/src/lib/android-29.d.ts" />
|
|
/// <reference path="../../packages/core/global-types.d.ts" />
|
|
declare let global: NodeJS.Global & typeof globalThis;
|