• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2module.exports.isObject = (obj) => obj.constructor === Object;
3