You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package contains a series of "FP-friendly" classes for use in your code.
7
8
9
+
## API Documentation
10
+
11
+
See https://dancrumb.com/fpish/
12
+
8
13
## What is "FP-friendly"?
9
14
10
15
An “FP-friendly’ object can be defined as an instance of the class with immutable internal property and a set of methods that are all ‘pure’ with the caveat that they are able to read internal fields without treating that as a side effect?
0 commit comments