@fishx/module-renderer
Version:
Support render Fish, Fishx module
5 lines (4 loc) • 308 B
TypeScript
export declare function dynamicRequire(src: string[]): Promise<unknown>;
export declare function dynamicImportScript(src: string[]): Promise<unknown>;
export declare function formatUrl(name: string): string;
export declare const load: (name: string, basename?: string) => Promise<void | [unknown, unknown]>;