File size: 150 Bytes
2c02e29 | 1 2 3 4 5 | /**
* Determines whether Node API is supported on the current platform and throws if not
*/
export declare function assertNodeAPISupported(): void;
|
2c02e29 | 1 2 3 4 5 | /**
* Determines whether Node API is supported on the current platform and throws if not
*/
export declare function assertNodeAPISupported(): void;
|