Skip to content

Commit 00b0cc6

Browse files
committed
lib: export subscriptionMethods
1 parent ed251bf commit 00b0cc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './types/proto';
22
export { camelKeysToSnake, isObject, snakeKeysToCamel } from './util/objects';
33
export { LndApi, LoopApi, PoolApi, FaradayApi } from './api';
4+
export { subscriptionMethods } from './types/proto/schema';

0 commit comments

Comments
 (0)