Skip to content

Commit 40be3a3

Browse files
committed
Export lnc-core types through lnc-web
1 parent 35b6489 commit 40be3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if (!WebAssembly.instantiateStreaming) {
1212
}
1313

1414
export type { LncConfig, CredentialStore } from './types/lnc';
15-
15+
export * from '@lightninglabs/lnc-core';
1616
export default LNC;

0 commit comments

Comments
 (0)