MCPcopy Create free account
hub / github.com/NativeScript/capacitor / Global

Interface Global

src_bridge/references.d.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare module NodeJS {
6 interface Global {
7 native?: NodeJS.Global & typeof globalThis;
8 androidCapacitorActivity: android.app.Activity;
9 }
10}
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected