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

x/powar/deps.ts>io.readInt

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

Read big endian 32bit integer from BufReader

Returns

Promise<number | null>