UNPKG

nope-js-browser

Version:

NoPE Runtime for the Browser. For nodejs please use nope-js-node

15 lines (14 loc) 540 B
/** * @author Martin Karkowski * @email m.karkowski@zema.de * @desc [description] */ /** * Function to call a function something direct async */ export declare const callImmediate: (callback: (...args: any[]) => void, ...args: any[]) => any; export declare const callDirect: (callback: (...args: any[]) => void, ...args: any[]) => void; export declare const RUNNINGINNODE: boolean; export declare const RUNNINGINWINDOWS: boolean; export declare const RUNNINGINLINUX: boolean; export declare const RUNNINGINOSX: boolean;