nodeUtils
Index
Type Aliases
Architecture
Type declaration
cpu: string
libc: string | null
os: string
ArchitectureSet
Type declaration
cpu: string[] | null
libc: string[] | null
os: string[] | null
Caller
Type declaration
arguments: string[]
column: number | null
file: string | null
line: number | null
methodName: string
Variables
constmajor
constopenUrl
Functions
availableParallelism
Returns number
getArchitecture
Returns Architecture
getArchitectureName
Parameters
architecture: Architecture = ...
Returns string
getArchitectureSet
Returns ArchitectureSet
getCaller
Returns null | Caller