0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
gentelella-1.3.0
/
vendors
/
moment
/
src
/
lib
/
utils
/
[
Home
]
File: is-object.js
export default function isObject(input) { return Object.prototype.toString.call(input) === '[object Object]'; }