remove util import (#3426)
This commit is contained in:
parent
d3d1a40909
commit
58111d2323
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import { TextDecoder } from 'util';
|
||||
|
||||
export default class PrimitiveReader {
|
||||
/** pointer for curent position in the buffer */
|
||||
protected p: number = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue