Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/deps.ts>io.readShort

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
function io.readShort
Re-export
import { io } from "https://deno.land/x/powar@1.0.2/deps.ts";
const { readShort } = io;

Read big endian 16bit short from BufReader

Returns

Promise<number | null>