Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/main
/
.
/
test
/
fixtures
/
is-object.js
blob: c283221e9651235a7b00a1d57d855e3356fedba8 [
file
] [
edit
]
'use strict'
;
module
.
exports
.
isObject
=
(
obj
)
=>
obj
.
constructor
===
Object
;