q9
This commit is contained in:
10
node_modules/tldts-core/src/lookup/interface.ts
generated
vendored
Normal file
10
node_modules/tldts-core/src/lookup/interface.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface IPublicSuffix {
|
||||
isIcann: boolean | null;
|
||||
isPrivate: boolean | null;
|
||||
publicSuffix: string | null;
|
||||
}
|
||||
|
||||
export interface ISuffixLookupOptions {
|
||||
allowIcannDomains: boolean;
|
||||
allowPrivateDomains: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user