hopefully fix types
This commit is contained in:
parent
8df7656eee
commit
10074e197f
6 changed files with 38 additions and 35 deletions
|
|
@ -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';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue