bitwarden-estensione-browser/src/misc/tldjs.noop.ts

4 lines
76 B
TypeScript
Raw Normal View History

2018-10-14 04:43:54 +02:00
export function getDomain(host: string): string | null {
return null;
}