Skip to main content
Module

x/frugal/dep/std/io.ts>readShort

A frugal web framework
Latest
function readShort
Re-export
import { readShort } from "https://deno.land/x/frugal@0.9.6/dep/std/io.ts";

Read big endian 16bit short from BufReader

Returns

Promise<number | null>