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

std/io/ioutil.ts>readInt

Deno standard library
Go to Latest
function readInt
import { readInt } from "https://deno.land/std@0.59.0/io/ioutil.ts";

Read big endian 32bit integer from BufReader

Parameters

buf: BufReader

Returns

Promise<number | null>