Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
33
export
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
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected