UNPKG

agens-viewer

Version:

Simple AgensGraph web UI client that easy to run and use

9 lines (6 loc) 151 B
const isUndefined = x => (typeof x === 'undefined'); const isObject = x => (typeof x === 'object'); module.exports = { isUndefined, isObject, };