mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-09-08 15:59:22 +00:00
organize models and new modules
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
export interface Chunk {
|
||||
id?: number;
|
||||
has_subchunks?: boolean;
|
||||
data_len?: number;
|
||||
chunk_data?: Buffer;
|
||||
}
|
||||
import { Chunk } from '../models/chunk';
|
||||
|
||||
export default (buffer: Buffer, dataDecoder: Function): Chunk => {
|
||||
let offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user