MCPcopy Create free account
hub / github.com/api3dao/airnode / isWindows

Function isWindows

packages/airnode-examples/src/utils.ts:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 * @returns true if platform is Windows or WSL
32 */
33export const isWindows = () => process.platform === 'win32' || isWsl;
34
35/**
36 * @returns The contents of the "integration-info.json" file (throws if it doesn't exist)

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected