mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-17 13:23:43 +00:00
replace NodeJS buffer with Uint8Array
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Chunk } from '../chunk';
|
||||
|
||||
export interface DataTrackerFieldChunk extends Chunk {
|
||||
[key: string]: number | bigint | number[] | Buffer | undefined | boolean;
|
||||
[key: string]: number | bigint | number[] | Uint8Array | undefined | boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user