Use foxts more
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW
2025-10-10 05:01:58 +08:00
parent eb5a2c73bb
commit 8ccc5d6b5b
3 changed files with 3 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
* Hostbane-Optimized Trie based on Mnemonist Trie
*/
import { fastStringCompare } from './misc';
import { fastStringCompare } from 'foxts/fast-string-compare';
import util from 'node:util';
import { noop } from 'foxts/noop';
import { fastStringArrayJoin } from 'foxts/fast-string-array-join';