Files
2026-04-26 19:42:42 +02:00

5 lines
150 B
TypeScript
Executable File

/**
* Determines whether Node API is supported on the current platform and throws if not
*/
export declare function assertNodeAPISupported(): void;