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

x/deno/std/io/mod.ts>readInt

A modern runtime for JavaScript and TypeScript.
Go to Latest
function readInt
import { readInt } from "https://deno.land/x/deno@v0.28.0/std/io/mod.ts";

Read big endian 32bit integer from BufReader

Returns

Promise<number | Deno.EOF>