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