UNPKG
a2r-osc
Version:
latest (0.0.1)
0.0.1
An OSC implementation for node.js and the browser
beyama/a2r-osc
a2r-osc
/
src
/
a2r-osc
/
index.coffee
6 lines
(4 loc)
•
158 B
text/coffeescript
View Raw
1
2
3
4
5
6
module.exports
= require
"./osc"
stream
= require
"./stream"
module.exports.UnpackStream
= stream.UnpackStream
module.exports.PackStream
= stream.PackStream