UNPKG

unreal.js

Version:

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

6 lines (5 loc) 188 B
export declare type int32 = number; export declare type uint8 = number; export declare type uint16 = number; export declare type uint32 = number; export declare type uint64 = bigint;