UNPKG

unreal.js

Version:

A pak reader for games like VALORANT & Fortnite written in Node.JS

11 lines (10 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Pair = void 0; class Pair { constructor(key, value) { this.key = key; this.value = value; } } exports.Pair = Pair;