Home > @xypnox/themescura > forObjectReplace

forObjectReplace() function

Signature:

forObjectReplace: <T extends Record<string, any>, Y>(obj: T, replace: (keys: string[], value: any) => Y) => T

Parameters

Parameter

Type

Description

obj

T

replace

(keys: string[], value: any) => Y

**Returns:**

T