MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / getPlatforms

Function getPlatforms

core/src/utils/platform.ts:12–12  ·  view source on GitHub ↗
(win?: any)

Source from the content-addressed store, hash-verified

10}
11
12export const getPlatforms = (win?: any) => setupPlatforms(win);
13
14export const isPlatform: IsPlatformSignature = (
15 winOrPlatform: Window | Platforms | undefined,

Callers 2

platform.spec.tsFile · 0.90
isPlatformFunction · 0.70

Calls 1

setupPlatformsFunction · 0.85

Tested by

no test coverage detected