helpers.runtime - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Namespace: runtime

helpers.runtime

Variables

RUNNINGINLINUX

Const RUNNINGINLINUX: boolean


RUNNINGINNODE

Const RUNNINGINNODE: boolean = _runningInNode


RUNNINGINWINDOWS

Const RUNNINGINWINDOWS: boolean

Functions

callDirect

callDirect(callback, ...args): void

Parameters

Name Type
callback (...args: any[]) => void
...args any[]

Returns

void


callImmediate

callImmediate(callback, ...args): any

Function to call a function something direct async

Parameters

Name Type
callback (...args: any[]) => void
...args any[]

Returns

any