MCPcopy
hub / github.com/ionic-team/capacitor / initCapacitorGlobal

Function initCapacitorGlobal

core/src/runtime.ts:211–211  ·  view source on GitHub ↗
(win: any)

Source from the content-addressed store, hash-verified

209};
210
211export const initCapacitorGlobal = (win: any): CapacitorGlobal => (win.Capacitor = createCapacitor(win));

Callers 2

global.tsFile · 0.90
plugin.spec.tsFile · 0.90

Calls 1

createCapacitorFunction · 0.85

Tested by

no test coverage detected