Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Read big endian 32bit integer from BufReader

Returns

Promise<number | Deno.EOF>