Module

x/proc/legacy/deps.ts>readInt

A better way to work with processes in Deno.
Latest
function readInt
Deprecated
Deprecated

(will be removed after 1.0.0) Use the [Web Streams API]https://developer.mozilla.org/en-US/docs/Web/API/Streams_API instead.

import { readInt } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";

Read big endian 32bit integer from BufReader

Returns

Promise<number | null>
import readInt
import { readInt } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";