bs-js-collections
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "bs-js-collections", | ||
"description": "Bindings to JavaScript primitive Set and Map types", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "re:clean": "bsb -clean-world", |
# `bs-js-collections` | ||
Bindings to primitive JavaScript `Set` and `Map` types for BuckleScript/ReScript. | ||
Bindings to primitive JavaScript `Set` and `Map` types for BuckleScript/ReScript, plus | ||
some useful bells and whistles. | ||
@@ -26,3 +27,7 @@ ## Examples | ||
See unit tests for more examples. | ||
See unit tests for more examples. In addition a number of higher-level | ||
utility functions are included, such as `map`, `keep`, `keepMap`, etc. | ||
In general we try to follow naming conventions similar to `Belt` and | ||
a pipe-first style. Note that many of these functions still require tests, | ||
so use with caution and your own testing. | ||
@@ -29,0 +34,0 @@ ## Usable types |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15429
57