UNPKG

cypress-rspack-dev-server

Version:
3 lines (2 loc) 151 B
export declare const dynamicImport: <T>(module: string) => Promise<T>; export declare const dynamicAbsoluteImport: (filePath: string) => Promise<any>;