mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
fix sleeve memory bug
This commit is contained in:
Vendored
+1
-5
@@ -3,11 +3,7 @@ interface IReviverValue {
|
||||
data: any;
|
||||
}
|
||||
export function Generic_fromJSON<T>(ctor: new () => T, data: any): T;
|
||||
export function Generic_toJSON(
|
||||
ctorName: string,
|
||||
obj: any,
|
||||
keys?: string[],
|
||||
): string;
|
||||
export function Generic_toJSON(ctorName: string, obj: any, keys?: string[]): string;
|
||||
export function Reviver(key, value: IReviverValue);
|
||||
export namespace Reviver {
|
||||
export let constructors: any;
|
||||
|
||||
Reference in New Issue
Block a user