Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.2/setup/deps.ts";
const { readLong } = io;

Read big endian 64bit long from BufReader

Returns

Promise<number | null>