UNPKG

@2bit/osc

Version:

osc client/server written by typescript

7 lines (6 loc) 173 B
export * from './module/types'; export * from './client'; export * from './server'; import Client from './client'; import Server from './server'; export { Client, Server };