Show HN: Froebel–a strictly typed utility library for Deno, Node, and Browsers(github.com)
github.com
Show HN: Froebel–a strictly typed utility library for Deno, Node, and Browsers
https://github.com/MathisBullinger/froebel
https://github.com/MathisBullinger/froebel
will return tuples of the type ['a','b'] and [1,2,3], not just generic arrays of type string[] and number[].
I just migrated the module to Deno and rewrote the test cases using the built-in Deno test runner. Also contributed a small bug fix to the test runner that I encountered during the migration.