Skip to main content

Patch

@steambrew/client v4.2.1


Interface: Patch

Defined in: src/utils/patcher.ts:11

Properties

handler

handler: GenericPatchHandler;

Defined in: src/utils/patcher.ts:17


hasUnpatched

hasUnpatched: boolean;

Defined in: src/utils/patcher.ts:16


object

object: any;

Defined in: src/utils/patcher.ts:14


original

original: Function;

Defined in: src/utils/patcher.ts:12


patchedFunction

patchedFunction: any;

Defined in: src/utils/patcher.ts:15


property

property: string;

Defined in: src/utils/patcher.ts:13


unpatch()

unpatch: () => void;

Defined in: src/utils/patcher.ts:19

Returns

void