Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/cjs-module-lexer/lexer.d.ts

export interface Exports {
  exports: string[];
  reexports: string[];
}

export declare function parse(source: string, name?: string): Exports;
export declare function init(): Promise<void>;
Back to Directory File Manager