Skip to content

Commit 52d1d20

Browse files
Update README.md
1 parent 54680c0 commit 52d1d20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# NonEmptyCollections
22
## Making the world a little more type-safe 🌍🏆
33

4+
![Cover Image](https://user-images.githubusercontent.com/74978506/112827847-2fb44b00-908f-11eb-9e47-8f00c823d839.jpg)
5+
46
Reduce the need for emptiness checks and reduce unsafe APIs with **NonEmptyCollections**.
57

68
You can use `NonEmptyList`, `NonEmptySet` and `NonEmptyMap` to restrict the input of functions to make your code safer and avoid unnecessary runtime exceptions.

0 commit comments

Comments
 (0)