Export SaltyCrypto

This commit is contained in:
Tony Garnock-Jones 2023-12-21 09:44:16 +13:00
parent 8b5486abd8
commit 044ccad37c
1 changed files with 1 additions and 0 deletions

View File

@ -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,