Edit File: is_object.js
module.exports = a => !!a && a.constructor === Object
Back to File Manager