Prefer import type
when importing types
This commit is contained in:
parent
0f635af8a9
commit
74fde10ff5
721 changed files with 2037 additions and 1947 deletions
|
@ -19,11 +19,12 @@ import { Zone } from '../util/Zone';
|
|||
import * as Bytes from '../Bytes';
|
||||
import { getRandomBytes, constantTimeEqual } from '../Crypto';
|
||||
import { clampPrivateKey, setPublicKeyTypeByte } from '../Curve';
|
||||
import { GLOBAL_ZONE, SignalProtocolStore } from '../SignalProtocolStore';
|
||||
import type { SignalProtocolStore } from '../SignalProtocolStore';
|
||||
import { GLOBAL_ZONE } from '../SignalProtocolStore';
|
||||
import { Address } from '../types/Address';
|
||||
import { QualifiedAddress } from '../types/QualifiedAddress';
|
||||
import { UUID } from '../types/UUID';
|
||||
import { IdentityKeyType, KeyPairType } from '../textsecure/Types.d';
|
||||
import type { IdentityKeyType, KeyPairType } from '../textsecure/Types.d';
|
||||
|
||||
chai.use(chaiAsPromised);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue