Sha256: 58eb284519a37bcad186960e7e5e7090193ef4397d74fd121ac964115c60ddb8
Contents?: true
Size: 227 Bytes
Versions: 26
Compression:
Stored size: 227 Bytes
Contents
export interface IPublicSuffix { isIcann: boolean | null; isPrivate: boolean | null; publicSuffix: string | null; } export interface ISuffixLookupOptions { allowIcannDomains: boolean; allowPrivateDomains: boolean; }
Version data entries
26 entries across 26 versions & 1 rubygems