• Typed check for Structure.structureType

    Type Parameters

    • T extends keyof ConcreteStructureMap

    Parameters

    • s: Structure<StructureConstant>

      ths structure to check

    • type: T

      structure type constant

    Returns s is ConcreteStructureMap[T]

    whether this structure is of type

Generated using TypeDoc