hopefully fix types

This commit is contained in:
Rik Berkelder 2021-01-29 21:25:02 +01:00
parent 8df7656eee
commit 10074e197f
6 changed files with 38 additions and 35 deletions

View file

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