Endo API documentation
    Preparing search index...

    Type Alias AssertTypeofString

    AssertTypeofString: (
        specimen: any,
        typeName: "string",
        details?: Details,
    ) => asserts specimen is string

    Type declaration

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

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

        Returns asserts specimen is string