Skip to main content

nodeUtils

Index

Type Aliases

Architecture

Architecture: { cpu: string; libc: string | null; os: string }

Type declaration

  • cpu: string
  • libc: string | null
  • os: string

ArchitectureSet

ArchitectureSet: { cpu: string[] | null; libc: string[] | null; os: string[] | null }

Type declaration

  • cpu: string[] | null
  • libc: string[] | null
  • os: string[] | null

Caller

Caller: { arguments: string[]; column: number | null; file: string | null; line: number | null; methodName: string }

Type declaration

  • arguments: string[]
  • column: number | null
  • file: string | null
  • line: number | null
  • methodName: string

Variables

constmajor

major: number = ...

constopenUrl

openUrl: undefined | (url: string) => Promise<boolean> = ...

Functions

availableParallelism

  • availableParallelism(): number
  • Returns number

getArchitecture

getArchitectureName

getArchitectureSet

getCaller