mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-07 23:39:16 +00:00
switch build to tsdown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Chunk } from '../models/chunk.js';
|
||||
import type { Chunk } from '../models/chunk.js';
|
||||
|
||||
export default (buffer: Uint8Array): Chunk => {
|
||||
if (buffer.length < 4) {
|
||||
|
||||
Reference in New Issue
Block a user