This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
liull
/
HHAromeMiniProgramDemo
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
50b1c49c73
Branch-ok
Tag-ek
master
HHAromeMiniProg...
/
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;
};