Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IP

class IP {
prefixLengthFromSubnetMask(): number | null;
toByteArray(): number[];
toNormalizedString(): string;
toString(): string;
}

§Methods

§
prefixLengthFromSubnetMask(): number | null
[src]
§
toByteArray(): number[]
[src]
§
toNormalizedString(): string
[src]
§
toString(): string
[src]