Perf: speed-up tldts

This commit is contained in:
SukkaW
2024-05-26 17:42:48 +08:00
parent 21a31e6c1f
commit aa3cb9e586
7 changed files with 74 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
// eslint-disable-next-line import-x/no-unresolved -- bun
import { describe, expect, it } from 'bun:test';
import { describe, it } from 'bun:test';
import { calcDomainAbuseScore } from './get-phishing-domains';