UNPKG

@prisma/sdk

Version:
6 lines (5 loc) 155 B
/** * This is a wrapper around `require` * This is to avoid eval and hide require away from bundlers */ export declare function load<T>(id: string): T;