1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
bitwarden-browser/src/misc/tldjs.noop.ts
Kyle Spearrin 0d30a1a1c9 tldjs noop
2018-10-13 22:43:54 -04:00

4 lines
76 B
TypeScript

export function getDomain(host: string): string | null {
return null;
}