small fixes

This commit is contained in:
Rik Berkelder 2021-01-23 21:32:30 +01:00
parent 19b3424971
commit 1d32299fd4
3 changed files with 10 additions and 8 deletions

View file

@ -1,5 +1,5 @@
import * as dgram from 'dgram';
import { OSCArgument, OSCType, toBuffer, fromBuffer, OSCArgumentType } from 'osc-min';
import { OSCArgument, OSCType, toBuffer, OSCArgumentType } from 'osc-min';
import { EventEmitter } from 'events';
/**