object-shape-tester - v6.3.3
    Preparing search index...

    Type Alias RuntimeTypeOf<SpecificShape>

    RuntimeTypeOf: (
        SpecificShape extends Shape ? SpecificShape : Shape<SpecificShape>
    )["runtimeType"]

    Extracts the runtime type of the given Shape or Schema.

    Type Parameters

    • SpecificShape extends Shape | TSchema