mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 20:41:52 +08:00
Housekeeping & Make ESLint happy again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user