Skip to content

Documentation / @andrew_l/tl-pack / Structure / Options

Interface: Options<T>

Type Parameters

T

T extends Data = Data

Properties

decode

readonly decode: DecodeHandler<T>


encode

readonly encode: EncodeHandler<T>