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

4 lines
76 B
TypeScript

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