This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
sv1313
/
TestQA
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
6f123ff03e
Branch-ok
Tag-ek
master
TestQA
/
node_modules
/
is-object
/
index.js
index.js
103 B
Előzmények
Nyers
1
2
3
4
5
"use strict";
module.exports = function isObject(x) {
return typeof x === "object" && x !== null;
};