1.0.0 • Published 2 years ago

rescript-tuple v1.0.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

rescript-tuple

Module containing helpers for working with 2-tuples. Most are in the form of zero-cost bindings, while the rest is very simple functions.

installation

Install using your package manager of choice or simply copy the contents of Tuple.res into your own project.

npm

npm i rescript-tuple

yarn

yarn add rescript-tuple