Files
memecoin-botV2/.pnpm-store/v10/files/1e/6ae4bcb551b3a9f1ce2a56f4879b49648f9d7a6eb7df33b19a8f0eed2267eef759441fea37293cdc432edd252b245a1b859537dd953d1c23ad300b19a7629e

9 lines
401 B
Plaintext

export { c as createManualModuleSource, h as hoistMocks } from './hoistMocks.d-w2ILr1dG.js';
export { automockModule } from './automock.js';
import 'magic-string';
declare function initSyntaxLexers(): Promise<void>;
declare function collectModuleExports(filename: string, code: string, format: "module" | "commonjs", exports?: string[]): string[];
export { collectModuleExports, initSyntaxLexers };