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

Function isAppleOS

core/src/utils/test/press-keys.ts:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50};
51
52const isAppleOS = () => process.platform === 'darwin';
53const isWebkit = (page: Page) => page.context().browser()!.browserType().name() === 'webkit';
54const browserCache = new WeakMap();
55

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected