Housekeeping & Make ESLint happy again

This commit is contained in:
SukkaW
2024-09-20 15:25:06 +08:00
parent bcb45e43f6
commit bdc3955ac6
7 changed files with 74 additions and 207 deletions

View File

@@ -1,4 +1,5 @@
import { createTrie, type Trie } from './trie';
import { createTrie } from './trie';
import type { Trie } from './trie';
export function domainsetDeduper(inputDomains: string[] | Trie): string[] {
let trie: Trie;