1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

remove no longer needed dependency

This commit is contained in:
Robin Appelman 2017-02-05 00:54:04 +01:00
commit 9ebc568392
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,3 @@
import toBuffer = require('typedarray-to-buffer');
import {Packet} from './Parser/Message/Packet';
import {ConsoleCmd} from './Parser/Message/ConsoleCmd';
import {StringTable} from './Parser/Message/StringTable';