mirror of
https://github.com/bitwarden/browser
synced 2026-01-17 16:03:20 +00:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
export function getDomain(host: string): string | null {
|
|
return null;
|
|
}
|