UNPKG
@impler/client
Version:
latest (1.3.0)
1.3.0
1.0.0
0.29.0
0.28.0
0.27.5
0.27.4
0.27.3
0.27.2
0.27.1
0.27.0
0.26.1
0.26.0
0.25.1
0.25.0
0.24.1
API client to be used in end user environments
github.com/implerhq/impler.io
implerhq/impler.io
@impler/client
/
dist
/
utils
/
helpers.js
9 lines
(8 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isObject
=
void
0
;
const
isObject
= (
value
) =>
typeof
value ===
'object'
&& !
Array
.
isArray
(value) && value !==
null
&&
Object
.
keys
(value).
length
>
0
;
exports
.
isObject
= isObject;