1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-02 08:33:28 +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;
}