Interface Parsed

The return type of IPBase.parse.

interface Parsed {
    bitLen: null | number;
    parts: number[];
}

Properties

Properties

bitLen: null | number

The bit length if the parsed address is a CIDR.

parts: number[]

Parts of the IP as an array of decimals.