Some functions are not documented
Hi,
I noticed some functions (not, id, maybe others) are not listed/documented (I guess they have no tests and thus no documentation is automatically generated).
On a related note, I've seen some libraries use complement for function negation and not as a boolean negation; in case you wanted to rename the current not before documenting it.
thanks for the heads up, you're also welcome to submit a pr.
Regarding complement, can you link me to some examples of libraries that use complement vs not?
thanks for the heads up, you're also welcome to submit a pr.
Sure, I might give it a go
Regarding complement, can you link me to some examples of libraries that use complement vs not?
I was thinking of Ramda: not vs complement