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

Package detail

@jswork/next-is-plain-object

afeiship372MIT1.0.4TypeScript support: included

A isPlainObject implement.

next, is-plain-object, plain, object, is-object, is

readme

next-is-plain-object

A isPlainObject implement.

version license size download

installation

npm install -S @jswork/next-is-plain-object

usage

import '@jswork/next-is-plain-object';

const v1 = { name: 'fei' };
nx.isPlainObject(v1);   //true

license

Code released under the MIT license.