Clean up iterable utilities

This commit is contained in:
Evan Hahn 2021-03-31 11:15:49 -05:00 committed by Josh Perez
parent bd48dea613
commit 1a9c6b9385
6 changed files with 105 additions and 68 deletions

View file

@ -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