Clean up imports

This commit is contained in:
themodernhakr 2025-06-03 08:02:52 -05:00
parent b2d1a6e958
commit 8813e27a90

View File

@ -1,5 +1,3 @@
import { nanoseconds } from 'bun'
const encoder = new TextEncoder()
const emptyBytes = encoder.encode('')
type Writer = (x: Uint8Array | Array<Uint8Array>) => Promise<number>
@ -142,6 +140,8 @@ export {
ANSI_DYNAMIC,
type AnsiBufferKey,
ansiText,
emptyBytes,
writeAnsi,
writeAnsiU,
writer,
}