Function ensureJsonArray

  • Narrows an AnyJson value to a JsonArray if it is type-compatible, or raises an error otherwise.

    Parameters

    • value: Optional<AnyJson>

      The value to test.

    • Optionalmessage: string

      The error message to use if value is not type-compatible.

    Returns JsonArray

    UnexpectedValueTypeError If the value was undefined.