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

Mapping of TL object names to writer functions.

Type declaration

  • Optional _bare?: Record<number, ((w, val) => void)>
  • _staticSize: Record<string, number>

Generated using TypeDoc