mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-12 01:19:32 +00:00
switch to tsdown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Decoders } from '..';
|
||||
import { LightingOutput, Universe } from '../../models';
|
||||
import type { LightingOutput, Universe } from '../../models';
|
||||
|
||||
export default (bytes: Uint8Array, isLittleEndian: boolean = false): LightingOutput => {
|
||||
const view = new DataView(bytes.buffer, bytes.byteOffset, bytes.byteLength);
|
||||
|
||||
Reference in New Issue
Block a user