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

x/enviromodder/setup/deps.ts>io.readShort

MapLock is a module for remapper which is definitely not a nootils clone :)
Go to Latest
function io.readShort
import { io } from "https://deno.land/x/enviromodder@4.0.1/setup/deps.ts";
const { readShort } = io;

Read big endian 16bit short from BufReader

Returns

Promise<number | null>