UNPKG

@metamask/ocap-kernel

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