• Asserts that the unknownBlob is a string map. Used to validate JSON objects received over the wire.

    Parameters

    • unknownBlob: unknown

      The unknown object to validate.

    Returns asserts unknownBlob is {
        [key: string]: string;
    }

    Throws

    BugError - Thrown if the unknownBlob is not a string map.