web 3d图形渲染器
 
 
 

3 lines
110 B

module.exports = function (it) {
return typeof it === 'object' ? it !== null : typeof it === 'function';
};