Endo API documentation
    Preparing search index...

    Type Alias AssertTypeofSymbol

    AssertTypeofSymbol: (
        specimen: any,
        typeName: "symbol",
        details?: Details,
    ) => asserts specimen is symbol

    Type declaration

      • (
            specimen: any,
            typeName: "symbol",
            details?: Details,
        ): asserts specimen is symbol
      • Parameters

        • specimen: any
        • typeName: "symbol"
        • Optionaldetails: Details

        Returns asserts specimen is symbol