UNPKG

@runejs/common

Version:

Common logging, networking, compression, and other miscellaneous functionality for RuneJS.

2 lines (1 loc) 152 B
export declare function setObjectProps<T>(object: T, objectProps: Map<string, unknown> | Partial<T> | undefined, ignoreFieldNameCase?: boolean): void;