move some utilities to utils.mjs
This commit is contained in:
parent
fb826bed70
commit
9eba883978
3 changed files with 32 additions and 32 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { curry } from './strudel.mjs';
|
||||
import { curry } from './util.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