UNPKG

unpak.js

Version:

Modern TypeScript library for reading Unreal Engine pak files and assets, inspired by CUE4Parse

6 lines 178 B
export type int32 = number; export type uint8 = number; export type uint16 = number; export type uint32 = number; export type uint64 = bigint; //# sourceMappingURL=Types.d.ts.map