@heliosgraphics/utils
Advanced tools
Comparing version 5.3.6 to 5.3.7
@@ -1,2 +0,2 @@ | ||
const _orderObjectProperties = (obj: object): object => { | ||
const _orderObjectProperties = (obj: unknown): unknown | object => { | ||
if (!obj || typeof obj !== 'object' || Array.isArray(obj)) return obj | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@heliosgraphics/utils", | ||
"version": "5.3.6", | ||
"version": "5.3.7", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "author": "03b8 <03b8@helios.graphics>", |
19903