UNPKG

unreal.js

Version:

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

8 lines (7 loc) 262 B
import BitSet from "bitset"; export declare class BitSetExt { private static ADDRESS_BITS_PER_WORD; private static BITS_PER_WORD; static indexOfFirst(bitSet: BitSet, value: boolean | number): number; static size(bitSet: BitSet): number; }