UNPKG

ali-oss

Version:

aliyun oss(object storage service) node client

7 lines (6 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isArray = void 0; exports.isArray = obj => { return Object.prototype.toString.call(obj) === '[object Array]'; };