UNPKG
gf-event-store
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
a lightweight state maneger
github.com/1571063049/gf-event-store
1571063049/gf-event-store
gf-event-store
/
src
/
utils.js
9 lines
(7 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
function
isObject
(
obj
) {
var
type
=
typeof
obj;
return
type
===
"object"
&& !!obj; }
module
.
exports
= { isObject, };