adjust imports

This commit is contained in:
Florian Dold 2021-06-15 19:01:05 +02:00
parent f0d5fe3ed6
commit 52b8785d95
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 5 additions and 4 deletions

View File

@ -45,14 +45,14 @@ import {
NodeThreadCryptoWorkerFactory,
CryptoApi,
walletCoreDebugFlags,
WalletCoreApiClient,
WalletApiOperation,
handleCoreApiRequest,
runPending,
runUntilDone,
getClientFromWalletState,
WalletApiOperation,
WalletCoreApiClient,
InternalWalletState,
} from "@gnu-taler/taler-wallet-core";
import { InternalWalletState } from "@gnu-taler/taler-wallet-core/src/operations/state";
// This module also serves as the entry point for the crypto
// thread worker, and thus must expose these two handlers.

View File

@ -48,5 +48,6 @@ export * from "./crypto/talerCrypto.js";
export * from "./pending-types.js";
export * from "./util/debugFlags.js";
export { InternalWalletState } from "./operations/state.js";
export * from "./wallet-api-types.js";
export * from "./wallet.js";