2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
export declare function toCommonJS(filename: string, code: string): string;
|
export declare function toCommonJS(filename: string, code: string): string;
|