funkia / list

🐆 An immutable list with unmatched performance and a comprehensive functional API.
MIT License
1.65k stars 53 forks source link

head() is missing? #82

Closed shomodj closed 4 years ago

shomodj commented 4 years ago

Is it just me or head is missing in all type definitions? and code?

documentation mentions it as an alias for first?

list version 2.0.18

thanks

paldepind commented 4 years ago

Hi @shomodj. Thank you for pointing this out. It is definitely completely missing.

paldepind commented 4 years ago

This should now be fixed in the latest release 2.0.19. Please confirm that it works then we can close the issue :smile:

shomodj commented 4 years ago

typescript confirms its there ;)