5 lines
198 B
TypeScript
5 lines
198 B
TypeScript
|
export declare function rewriteConsoleExpr(method: string, id: string, filename: string, code: string, sourceMap?: boolean): {
|
||
|
code: string;
|
||
|
map: import("magic-string").SourceMap | null;
|
||
|
};
|