From 044ccad37c1ee92da7b21a02343d846c3d67ab12 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 21 Dec 2023 09:44:16 +1300 Subject: [PATCH] Export SaltyCrypto --- packages/ws-relay/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ws-relay/src/index.ts b/packages/ws-relay/src/index.ts index 878b3c3..d85967a 100644 --- a/packages/ws-relay/src/index.ts +++ b/packages/ws-relay/src/index.ts @@ -30,6 +30,7 @@ import N = Schemas.noise; import T = Schemas.transportAddress; import E = Schemas.stdenv; import * as SaltyCrypto from 'salty-crypto'; +export * as SaltyCrypto from 'salty-crypto'; type TransportState = { addr: T.WebSocket,