UNPKG

a2r-osc

Version:

An OSC implementation for node.js and the browser

14 lines (8 loc) 254 B
// 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);