Skip to content

Commit 36049d1

Browse files
authored
Merge pull request #68 from lightninglabs/export-types
Export lnc-core types through lnc-web
2 parents 35b6489 + 40be3a3 commit 36049d1

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)