A isPlainObject implement.
npm install -S @jswork/next-is-plain-objectimport '@jswork/next-is-plain-object';
const v1 = { name: 'fei' };
nx.isPlainObject(v1); //trueCode released under the MIT license.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A isPlainObject implement.
npm install -S @jswork/next-is-plain-objectimport '@jswork/next-is-plain-object';
const v1 = { name: 'fei' };
nx.isPlainObject(v1); //trueCode released under the MIT license.