Tidy up api (#31)

Tidy up api
This commit is contained in:
Pavel
2021-03-05 17:50:52 +03:00
committed by GitHub
parent 783913043e
commit 6013f623d4
10 changed files with 159 additions and 229 deletions

View File

@ -17,6 +17,7 @@
export { seedToPeerId, peerIdToSeed, generatePeerId } from './internal/peerIdUtils';
export { SecurityTetraplet, PeerIdB58 } from './internal/commonTypes';
export * from './api';
export * from './FluenceClient';
export * from './internal/builtins';
import log, { LogLevelDesc } from 'loglevel';