Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/deps.ts>io.readLong

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
function io.readLong
import { io } from "https://deno.land/x/powar@1.0.1/deps.ts";
const { readLong } = io;

Read big endian 64bit long from BufReader

Returns

Promise<number | null>