Skip to content

Commit

Permalink
chore: remove unused import in node
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 15, 2020
1 parent c44d63f commit 1c6301b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 1c6301b

Please sign in to comment.