Handle browser Errors.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
type Params = {
|
||||
tsx: string;
|
||||
file_path: string;
|
||||
};
|
||||
export default function grabTsxStringModule<T extends any = any>({ tsx, file_path, }: Params): Promise<T>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user