source: frontend/node_modules/cjs-module-lexer/lexer.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 234 bytes
RevLine 
[9af201e]1export interface Exports {
2 exports: string[];
3 reexports: string[];
4}
5
6export declare function parse(source: string, name?: string): Exports;
7export declare function init(): Promise<void>;
8export declare function initSync(): void;
Note: See TracBrowser for help on using the repository browser.