remove util import (#3426)

This commit is contained in:
Andrey Babushkin 2025-05-23 10:40:45 +02:00 committed by GitHub
parent d3d1a40909
commit 58111d2323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,3 @@
import { TextDecoder } from 'util';
export default class PrimitiveReader {
/** pointer for curent position in the buffer */
protected p: number = 0;