Skip to content

afeiship/next-is-plain-object

Repository files navigation

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.