mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 09:04:13 +02:00
read string tables from packets
This commit is contained in:
parent
9ebc568392
commit
5b1b11220d
15 changed files with 235 additions and 44 deletions
5
typings/modules/snappyjs/index.d.ts
vendored
Normal file
5
typings/modules/snappyjs/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
declare module 'snappyjs' {
|
||||
export function uncompress(input: Uint8Array): Uint8Array;
|
||||
|
||||
export function compress(input: Uint8Array): Uint8Array;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue