Documentation - v0.27.0
    Preparing search index...

    Type Alias TlWriterMap

    TlWriterMap: Record<string, (w: any, val: any) => void> & {
        _bare?: Record<number, (w: any, val: any) => void>;
        _staticSize: Record<string, number>;
    }

    Mapping of TL object names to writer functions.