1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-07-25 14:29:51 +00:00

bump: object-util v1.7.0
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 54s

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-09-04 14:19:32 +02:00
parent a1cd24f399
commit f804e0f43c
4 changed files with 892 additions and 5451 deletions

View File

@ -1,4 +1,7 @@
/// <reference types="jest" />
/**
* Tests for currently deprecated functions, so that there works die only after the next major update
*/
import { cloneObject, objectToArray } from "../src/ObjectUtil"