Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function readShort
import { readShort } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/io/ioutil.ts";

Read big endian 16bit short from BufReader

Returns

Promise<number | null>