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

x/denjucks/src/deps/path/std/io/mod.ts>readInt

Deno templating engine
Latest
function readInt
import { readInt } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/io/mod.ts";

Read big endian 32bit integer from BufReader

Parameters

buf: BufReader

Returns

Promise<number | null>