1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

tldjs noop

This commit is contained in:
Kyle Spearrin 2018-10-13 22:43:54 -04:00
parent ad97afc590
commit 0d30a1a1c9

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

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