Sha256: 863cbb90fdbdd1d4d46722580a9648a44732bbbca2ca36655f0951a872154ccc
Contents?: true
Size: 236 Bytes
Versions: 26
Compression:
Stored size: 236 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