mirror of
https://github.com/bitwarden/jslib
synced 2025-12-27 21:53:14 +00:00
Added tldts.noop.ts which if used will always fallback to the original parsing
This commit is contained in:
7
common/src/misc/tldts.noop.ts
Normal file
7
common/src/misc/tldts.noop.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export function parse(url: string, options?: object): null {
|
||||
return null;
|
||||
}
|
||||
|
||||
export function getHostName(host: string, options?: object): null {
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user