WUT_Computer_Science/EGUI/lab3/front/node_modules/cjs-module-lexer/lexer.d.ts
2022-06-15 03:02:51 +02:00

8 lines
192 B
TypeScript
Executable File

export interface Exports {
exports: string[];
reexports: string[];
}
export declare function parse(source: string, name?: string): Exports;
export declare function init(): Promise<void>;