We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35b6489 + 40be3a3 commit 36049d1Copy full SHA for 36049d1
lib/index.ts
@@ -12,5 +12,5 @@ if (!WebAssembly.instantiateStreaming) {
12
}
13
14
export type { LncConfig, CredentialStore } from './types/lnc';
15
-
+export * from '@lightninglabs/lnc-core';
16
export default LNC;
0 commit comments