tldjs noop

This commit is contained in:
Kyle Spearrin 2018-10-13 22:43:54 -04:00
parent ad97afc590
commit 0d30a1a1c9
1 changed files with 3 additions and 0 deletions

3
src/misc/tldjs.noop.ts Normal file
View File

@ -0,0 +1,3 @@
export function getDomain(host: string): string | null {
return null;
}