mrr.sj.front/node_modules/ali-oss/lib/common/utils/isIP.d.ts

7 lines
162 B
TypeScript
Raw Normal View History

2026-03-25 15:27:45 +08:00
/**
* Judge isIP include ipv4 or ipv6
* @param {String} options
* @return {Array} the multipart uploads
*/
export declare const isIP: (host: any) => boolean;