UNPKG

gf-event-store

Version:
9 lines (7 loc) 132 B
function isObject(obj) { var type = typeof obj; return type === "object" && !!obj; } module.exports = { isObject, };