mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-20 06:29:12 +00:00
switch build to tsdown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Constants } from '../../constants.js';
|
||||
import { DataPacketChunk, DataPacketChunkData } from '../../models/data/data-packet-chunk.js';
|
||||
import type { DataPacketChunk, DataPacketChunkData } from '../../models/data/data-packet-chunk.js';
|
||||
import { Decoders } from '../index.js';
|
||||
|
||||
export default (buffer: Uint8Array): DataPacketChunk => {
|
||||
|
||||
Reference in New Issue
Block a user