UNPKG

unreal.js

Version:

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

7 lines (6 loc) 195 B
export declare function ObjectRegistryOverrideIgnore<T extends { new (...args: any[]): {}; }>(constructor: T): { new (...args: any[]): {}; ObjectRegistryIgnore: boolean; } & T;