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

feat(object-util): bump 1.6.0

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-06-28 14:40:50 +02:00
parent e6ba218e64
commit 4f37026c5b
5 changed files with 10132 additions and 259 deletions

View File

@ -1,9 +0,0 @@
import ObjectUtil from './ObjectUtil'
ObjectUtil.objectLoop(ObjectUtil, (fn, key) => {
// @ts-expect-error
window[key as any] = fn
})
// @ts-expect-error
window.ObjectUtil = ObjectUtil