Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/denoexec/deps.ts>io.readLong

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function io.readLong
import { io } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { readLong } = io;

Read big endian 64bit long from BufReader

Returns

Promise<number | null>