UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 208 B
/** * Returns num evenly spaced samples, calculated over the interval [start, stop] inclusive. */ export declare function linspace(start: number, stop: number): number[]; //# sourceMappingURL=numpy.d.ts.map