microservices/database-service/node_modules/@prisma/get-platform/dist/assertNodeAPISupported.d.ts

5 lines
150 B
TypeScript
Raw Normal View History

2025-01-07 04:45:03 -08:00
/**
* Determines whether Node API is supported on the current platform and throws if not
*/
export declare function assertNodeAPISupported(): void;