MCPcopy Create free account
hub / github.com/charto/nbind / FindModuleSpec

Interface FindModuleSpec

src/nbind.ts:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39/** Compiled C++ binary type and path. */
40
41export interface FindModuleSpec {
42 type: 'node' | 'emcc';
43 ext: string;
44 name: string;
45 path?: string;
46}
47
48export interface ModuleSpec extends FindModuleSpec {
49 path: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected