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
/
lib
/
a2r-osc
/
index.js
14 lines
(8 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by CoffeeScript 1.4.0
(
function
(
) {
var
stream;
module
.
exports
=
require
(
"./osc"
); stream =
require
(
"./stream"
);
module
.
exports
.
UnpackStream
= stream.
UnpackStream
;
module
.
exports
.
PackStream
= stream.
PackStream
; }).
call
(
this
);