UNPKG

ali-oss

Version:

aliyun oss(object storage service) node client

4 lines (3 loc) 106 B
module.exports = function isFile(obj) { return typeof (File) !== 'undefined' && obj instanceof File; };