Fix broken snippet breaking the builder
This commit is contained in:
@ -14,3 +14,4 @@ const omitBy = (obj, fn) =>
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
omitBy({ a: 1, b: '2', c: 3 }, x => typeof x === 'number'); // { b: '2' }
|
omitBy({ a: 1, b: '2', c: 3 }, x => typeof x === 'number'); // { b: '2' }
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user