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

Function isNativePlatform

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

Source from the content-addressed store, hash-verified

23 };
24
25 const isNativePlatform = () => getPlatform() !== 'web';
26
27 const isPluginAvailable = (pluginName: string): boolean => {
28 const plugin = registeredPlugins.get(pluginName);

Callers

nothing calls this directly

Calls 1

getPlatformFunction · 0.70

Tested by

no test coverage detected