1.0.4 • Published 11 months ago

@jswork/next-is-plain-object v1.0.4

Weekly downloads
61
License
MIT
Repository
-
Last release
11 months ago

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.