@common-fp/shared-internals 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +4 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
On npm: `@common-fp/shared-internals`
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
These are the functions used to build the `common-fp` utilities - things like
|
|
6
8
|
input assertions and determining the input type.
|
|
7
9
|
|
|
8
|
-
This package exists because originally
|
|
10
|
+
This package exists because I originally imagined sharing the internals for
|
|
9
11
|
other devs to build their own FP utilities. But I've decided to wait on that
|
|
10
12
|
because it would take time to refine the API and write documentation.
|