mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-20 14:39:11 +00:00
convert to typescript
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export class Constants {
|
||||
static readonly PACKET_HEADER_SIZE = 16;
|
||||
static readonly MAX_UDP_PACKET_SIZE = 1500;
|
||||
static readonly CHUNK_HEADER_SIZE = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user