UNPKG

@aziontech/opennextjs-azion

Version:
9 lines (8 loc) 292 B
/** * This code was originally copied and modified from the @opennextjs/cloudflare repository. * Significant changes have been made to adapt it for use with Azion. */ /** * Replaces webpack `__require` with actual `require` */ export declare function patchRequire(code: string): string;