1'use strict';
2module.exports.isObject = (obj) => obj.constructor === Object;
3