UNPKG

ember-introjs

Version:
6 lines (4 loc) 146 B
const toString = Object.prototype.toString; export default function isObject ( thing ) { return toString.call( thing ) === '[object Object]'; }