mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Clean up iterable utilities
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user