UNPKG

@metamask/ocap-kernel

Version:
10 lines 697 B
export { Kernel } from "./Kernel.mjs"; export { VatHandle } from "./VatHandle.mjs"; export { VatSupervisor } from "./VatSupervisor.mjs"; export type { ClusterConfig, KRef, Message, VatId, VatWorkerService, VatConfig, KernelStatus, Subcluster, SubclusterId, } from "./types.mjs"; export { isVatId, VatIdStruct, isVatConfig, VatConfigStruct, ClusterConfigStruct, CapDataStruct, KernelStatusStruct, SubclusterStruct, } from "./types.mjs"; export { kunser, kser } from "./services/kernel-marshal.mjs"; export { makeKernelStore } from "./store/index.mjs"; export type { KernelStore } from "./store/index.mjs"; export { parseRef } from "./store/utils/parse-ref.mjs"; //# sourceMappingURL=index.d.mts.map