xref
: /
third_party
/
node
/
test
/
fixtures
/
is-object.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/
1
'use strict'
;
2
module
.
exports
.
isObject
= (
obj
) =>
obj
.
constructor
===
Object
;
3