5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
![]() |
export declare function transform(code: string, id: string): Promise<{
|
||
|
code: string;
|
||
|
map: import("magic-string").SourceMap;
|
||
|
}>;
|