Replace more utilities w/ foxts

This commit is contained in:
SukkaW
2024-12-12 20:58:40 +08:00
parent a13a2bb278
commit 80ac403944
5 changed files with 9 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
import { fastStringCompare } from './misc';
import util from 'node:util';
import { noop } from 'foxact/noop';
import { noop } from 'foxts/noop';
import { fastStringArrayJoin } from 'foxts/fast-string-array-join';
import FIFO from './fifo';