mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Move to libs
This commit is contained in:
7
libs/common/src/misc/tldjs.noop.ts
Normal file
7
libs/common/src/misc/tldjs.noop.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export function getDomain(host: string): string | null {
|
||||
return null;
|
||||
}
|
||||
|
||||
export function isValid(host: string): boolean {
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user