Skip to main content
Module

x/proc/deps.ts>readShort

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
function readShort
Re-export
import { readShort } from "https://deno.land/x/proc@0.19.10/deps.ts";

Read big endian 16bit short from BufReader

Returns

Promise<number | null>