Clean up iterable utilities
This commit is contained in:
parent
bd48dea613
commit
1a9c6b9385
6 changed files with 105 additions and 68 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
import { isPlainObject } from 'lodash';
|
||||
|
||||
import { isIterable } from '../util/isIterable';
|
||||
import { isIterable } from '../util/iterables';
|
||||
|
||||
/**
|
||||
* IPC arguments are serialized with the [structured clone algorithm][0], but we can only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue