This commit is contained in:
garronej
2021-07-03 02:39:39 +02:00
parent 84fc81f531
commit 5dd3103aba
3 changed files with 220 additions and 183 deletions

View File

@ -2,6 +2,7 @@
import { assert } from "tsafe/assert";
import { is } from "tsafe/is";
//Warning: Be mindful that because of array this is not idempotent.
export function deepAssign(
params: {
target: Record<string, unknown>;