MCPcopy Index your code
hub / github.com/Paciolan/remote-module-loader / CreateLoadRemoteModuleOptions

Interface CreateLoadRemoteModuleOptions

src/lib/loadRemoteModule.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17};
18
19export interface CreateLoadRemoteModuleOptions {
20 requires?: any;
21 fetcher?: Fetcher;
22 type?: "amd" | "cjs" | "umd";
23}
24
25interface LoadRemoteModule {
26 (url: string): Promise<any>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected