Skip to content

Documentation / @andrew_l/tl-pack / EncodeHandler

Type Alias: EncodeHandler()<T> ​

EncodeHandler<T> = (this, value) => void

Type Parameters ​

T ​

T = any

Parameters ​

this ​

BinaryWriter

value ​

T

Returns ​

void