GoScrobble/web/node_modules/cjs-module-lexer/lexer.d.ts

10 lines
197 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
interface Exports {
exports: string[];
reexports: string[];
}
export declare function parse(source: string, name?: string): Exports;
export declare function init(): Promise<void>;
export {};