UNPKG

@blackmagic-controller/core

Version:

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

7 lines 216 B
export function uint8ArrayToDataView(buffer) { return new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); } export function assertNever(_v) { // Nothing to do } //# sourceMappingURL=util.js.map