UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 163 B
/** * Returns true if string represents a localhost IP (v4 or v6) */ export declare function isLocalhostIP(ip: string): boolean; //# sourceMappingURL=ip.d.ts.map