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

std/io/mod.ts>readShort

Deno standard library
Go to Latest
function readShort
import { readShort } from "https://deno.land/std@0.118.0/io/mod.ts";

Read big endian 16bit short from BufReader

Returns

Promise<number | null>