MCPcopy Create free account
hub / github.com/callstackincubator/polygen / exports

Method exports

packages/polygen/src/api/Module.ts:38–40  ·  view source on GitHub ↗
(mod: Module)

Source from the content-addressed store, hash-verified

36 }
37
38 public static exports(mod: Module): ModuleExportDescriptor[] {
39 return mod.metadata.exports;
40 }
41}
42
43function isFakeModule(buffer: ArrayBuffer): boolean {

Callers 2

FetchModuleExampleFunction · 0.80
ModuleFromBufferExampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected