Dashboard
PHP:
8.4.20
OS:
Linux
User:
sinnett_country
/
/
usr
/
share
/
nodejs
/
cjs-module-lexer
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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>;
Save
Cancel