hexo/node_modules/ali-oss/lib/common/utils/isIP.d.ts

7 lines
162 B
TypeScript
Raw Normal View History

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