1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00: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;
}