use own compose
This commit is contained in:
parent
de3c453763
commit
9effc166bb
2 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { curry } from 'ramda';
|
||||
import { curry } from './strudel.mjs';
|
||||
|
||||
function unionWithObj(a, b, func) {
|
||||
const common = Object.keys(a).filter((k) => Object.keys(b).includes(k));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue