UNPKG

asn-isp

Version:

A module providing ASN data by country with ISP names and ASNs

13 lines (12 loc) 205 B
export interface ISP { name: string; asn: string; country: string; } export interface ShopifyOption { title: string; options: { label: string; value: string; }[]; }