UNPKG

ali-oss

Version:

aliyun oss(object storage service) node client

4 lines (3 loc) 113 B
module.exports = function isObject(obj) { return Object.prototype.toString.call(obj) === '[object Object]'; };