UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 172 B
export function assertLightClientServer(server) { if (!server) { throw Error("Light client server is disabled"); } } //# sourceMappingURL=lightclient.js.map