moving synchronousWorkerFactory to index.node since use nodejs API

This commit is contained in:
Sebastian 2022-03-15 11:04:53 -03:00
parent ae775d4b00
commit bc596e11b9
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1
2 changed files with 1 additions and 1 deletions

View File

@ -26,3 +26,4 @@ export {
export * from "./crypto/workers/nodeThreadWorker.js";
export type { AccessStats } from "@gnu-taler/idb-bridge";
export * from "./crypto/workers/synchronousWorkerFactory.js";

View File

@ -55,4 +55,3 @@ export * from "./bank-api-client.js";
export * from "./operations/reserves.js";
export * from "./operations/withdraw.js";
export * from "./crypto/workers/synchronousWorkerFactory.js";