1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00
Files
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;
}