# isobj **Repository Path**: mirrors_watson/isobj ## Basic Information - **Project Name**: isobj - **Description**: Test if something is an object literal - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # isobj Test if the provided argument is an object literal [![Build Status](https://travis-ci.org/watson/isobj.png)](https://travis-ci.org/watson/isobj) ## Installation ``` npm install isobj ``` ## Usage ```js var isObj = require('isobj'); isObj({}); // => true isObj([]); // => false ``` ## License MIT