remove util import

This commit is contained in:
Андрей Бабушкин 2025-05-23 10:36:44 +02:00
parent d3d1a40909
commit d764d066bc

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;