UNPKG

ali-oss

Version:

aliyun oss(object storage service) node client

8 lines (7 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBlob = void 0; function isBlob(blob) { return typeof Blob !== 'undefined' && blob instanceof Blob; } exports.isBlob = isBlob;