UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 161 B
/** * Render a time difference in human readable form */ export declare function prettyTimeDiffSec(secDiff: number): string; //# sourceMappingURL=time.d.ts.map