Type Parameters

Hierarchy (view full)

Constructors

Properties

_dynamicSizeCodec: void = ...
inner: TShape
name: string

Name of this codec used to export .mol file.

tagIdByName: Record<string, number> = {}
tagNameById: Map<number, keyof TShape> = ...

Methods

  • Export the schema of this codec and all the dependencies into the map.

    The order of the map is guaranteed that the dependency is always exported before the dependent.

    Parameters

    • exported: Map<string, string>

    Returns Map<string, string>

Generated using TypeDoc