UNPKG

artnet-protocol

Version:
8 lines 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArtNetController = exports.protocol = void 0; const protocol = require("./protocol"); exports.protocol = protocol; const controller_1 = require("./controller"); Object.defineProperty(exports, "ArtNetController", { enumerable: true, get: function () { return controller_1.ArtNetController; } }); //# sourceMappingURL=index.js.map