Chore: minor changes

This commit is contained in:
SukkaW
2025-04-06 22:04:11 +08:00
parent 257499f5e8
commit acad137167
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import tldts from 'tldts';
import { normalizeTldtsOpt } from '../constants/loose-tldts-opt';
import { isProbablyIpv4, isProbablyIpv6 } from 'foxts/is-probably-ip';
type TldTsParsed = ReturnType<typeof tldts.parse>;
export type TldTsParsed = ReturnType<typeof tldts.parse>;
/**
* Skipped the input non-empty check, the `domain` should not be empty.