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

Long

interface Long {
64bit_high: number;
64bit_low: number;
}

§Properties

§
64bit_high: number
[src]
§
64bit_low: number
[src]