Add exports to interface with CICADA.

This commit is contained in:
Spencer Ofwiti
2021-02-25 09:58:43 +00:00
parent 6fe87652ce
commit 84c1d11b48
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
export { PGPSigner, PGPKeyStore, Signer } from './auth';
export { Envelope, Syncable } from './sync';
export { PGPSigner, PGPKeyStore, Signer, KeyStore } from './auth';
export { ArgPair,  Envelope, Syncable } from './sync';
export { User } from './assets/user';
export { Phone } from './assets/phone';
export { Config } from './config';