Anantha Kumaran

Results 13 issues of Anantha Kumaran

![image](https://github.com/ananthakumaran/paisa/assets/149238/1b64d851-d461-40e8-af1d-248b1d0a6481)

```elixir @spec assert_part_value!(any) :: :ok | no_return defp assert_part_value!(%maybe_stream{}) when maybe_stream in [IO.Stream, File.Stream, Stream], do: :ok ``` The assert_part_value! function checks if the argument is a stream, but it...