mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Remove unused Bun.peek
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
const SENTINEL = Symbol('SENTINEL');
|
||||
const PARENT = Symbol('Parent Node');
|
||||
|
||||
const noop: VoidFunction = () => { /** noop */ };
|
||||
const noop = () => { /** noop */ };
|
||||
|
||||
type TrieNode = {
|
||||
[SENTINEL]: boolean,
|
||||
|
||||
Reference in New Issue
Block a user