Open oleg-mtr opened 5 years ago
Now there is only string version dissoc(prop: string). But it also works with number keys
dissoc(prop: string)
console.log(R.dissoc(1, {1: 3, 2: 4})) // {"2":4}
Test
Now there is only string version
dissoc(prop: string)
. But it also works with number keysTest