mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -5,11 +5,8 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import {
|
||||
MaybeAsyncIterable,
|
||||
concat,
|
||||
wrapPromise,
|
||||
} from '../../util/asyncIterables';
|
||||
import type { MaybeAsyncIterable } from '../../util/asyncIterables';
|
||||
import { concat, wrapPromise } from '../../util/asyncIterables';
|
||||
|
||||
describe('async iterable utilities', () => {
|
||||
describe('concat', () => {
|
||||
|
||||
Reference in New Issue
Block a user