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

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

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

Read big endian 64bit long from BufReader

Returns

Promise<number | null>