UNPKG

ali-oss

Version:

aliyun oss(object storage service) node client

4 lines (3 loc) 95 B
export const isFile = obj => { return typeof File !== 'undefined' && obj instanceof File; };