Asset / node_modules /tldts-core /src /lookup /interface.ts
Really-amin's picture
Fix Futures analysis freshness clock skew and verify KuCoin fallback
3401f26 verified
Raw
History Blame Contribute Delete
227 Bytes
export interface IPublicSuffix {
isIcann: boolean | null;
isPrivate: boolean | null;
publicSuffix: string | null;
}
export interface ISuffixLookupOptions {
allowIcannDomains: boolean;
allowPrivateDomains: boolean;
}