Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nathanfaucett/is_object

nathanfaucett74MIT0.0.1

checks if value is an object

is_object, is_object.js

readme

isObject

checks if value is an Object

var isObject = require("@nathanfaucett/is_object");


isObject({}); // true