isIP.d.ts 162 B

123456
  1. /**
  2. * Judge isIP include ipv4 or ipv6
  3. * @param {String} options
  4. * @return {Array} the multipart uploads
  5. */
  6. export declare const isIP: (host: any) => boolean;