UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 221 B
export var CacheItemType; (function (CacheItemType) { CacheItemType["persisted"] = "persisted"; CacheItemType["inMemory"] = "in-memory"; })(CacheItemType || (CacheItemType = {})); //# sourceMappingURL=types.js.map