Handle browser Errors.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { BundlerCTXMap } from "../../../types";
|
||||
type Params = {
|
||||
bundledMap?: BundlerCTXMap;
|
||||
};
|
||||
export default function ({ bundledMap }: Params): Promise<string>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user