UNPKG

@blackmagic-controller/core

Version:

An npm module for interfacing with the Blackmagic usb/bluetooth controllers

7 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uint8ArrayToDataView = uint8ArrayToDataView; function uint8ArrayToDataView(buffer) { return new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); } //# sourceMappingURL=util.js.map