Dejan Toteff
Dejan Toteff
#### R.equalsProps R.equalsProps(a,b,properties)
#### R.sum - as python is removed
#### https://github.com/smartprocure/futil-js#compactobject #### https://github.com/smartprocure/futil-js#unflattenobject #### https://github.com/smartprocure/futil-js#commonkeys
#### R.contains R.contains({a:1}, {a:1, b:2}) => true
#### wrong export Revert `export` field changes in `package.json` due to https://github.com/ramda/ramda/issues/3236
#### Data first Rambda Rameda alike As it is hard to create so many files, just exporting `_` which will contain one file, much like the initial version of Rambda
allow benchmark without part of pipeline #### Test internal curry check foo against foo with internal curry
#### Dictionary - type vs interface https://github.com/selfrefactor/rambda/issues/459#issuecomment-771519978
#### R.resolve https://github.com/verydanny/vcslack/blob/master/src/api.ts
#### isValid with functions only arrow function works ``` ok(repos)(fn) // ok(repos)(x => { // console.log({x}) // }) ``` also not possible is array of function schema ``` ok(repos)([x =>...