blob: c283221e9651235a7b00a1d57d855e3356fedba8 [file] [edit]
'use strict';
module.exports.isObject = (obj) => obj.constructor === Object;