Files
geo/backend/node_modules/@prisma/get-platform/dist/assertNodeAPISupported.d.ts
2026-02-04 00:11:19 +05: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;