shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
isPlainObject
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.is
Check if the passed object (or array of objects) is/are plain object(s)
Params
- object*-Object|Array
The object(s) to check
Return
- -Boolean
true if is plain object(s), false if not
Example
import { isPlainObject } from '@blackbyte/sugar/is';
isPlainObject({ hello: 'world'}); // => trueTodo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space