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

Interface LoadRemoteModule

src/lib/loadRemoteModule.ts:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface LoadRemoteModule {
26 (url: string): Promise<any>;
27}
28
29interface CreateLoadRemoteModule {
30 (options?: CreateLoadRemoteModuleOptions): LoadRemoteModule;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected