diff --git a/src/node.ts b/src/node.ts index 99c50097..8ec5eaae 100644 --- a/src/node.ts +++ b/src/node.ts @@ -3,7 +3,6 @@ import { bufferAllocUnsafe, bufferFrom } from './internal/buffer'; import { constants, S } from './constants'; import { Volume } from './volume'; import { EventEmitter } from 'events'; -import { TEncodingExtended, strToEncoding, TDataOut } from './encoding'; import Stats from './Stats'; const { S_IFMT, S_IFDIR, S_IFREG, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO, S_IFSOCK, O_APPEND } = constants;