• 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 Record<string, string>

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