UNPKG

@farmfe/runtime

Version:
20 lines (19 loc) 657 B
export declare class Module { id: string; exports: any; initializer: Promise<any> | undefined; resource_pot: string; meta: Record<string, any>; require: (id: string) => any; constructor(id: string, require: (id: string) => any); o(to: any, to_k: string, get: () => any): void; d(to: any, to_k: string, val: any): void; _m(to: any): void; _e(to: any, from: any): any; i(obj: any): any; _g(nodeInterop: any): WeakMap<object, any>; w(obj: any, nodeInterop: any): any; _(to: any, to_k: string, from: any, from_k: string): void; p(to: Record<string, string>, val: any): void; f(v: any): any; }