Skip to content

Commit 038bb62

Browse files
committed
fix: remove extraneous exports
1 parent d084d45 commit 038bb62

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

packages/core/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ export {
1515
LightPushCodecLatest,
1616
LightPushStatusCode,
1717
PushRpc,
18-
isV3,
19-
isV2,
20-
createV2Rpc,
21-
createV3Rpc,
2218
isRLNResponseError,
2319
isSuccess,
2420
toLightPushError,

packages/core/src/lib/light_push/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ export { PushRpcV3, LightPushV3StatusCodes } from "./push_rpc_v3.js";
1111
export {
1212
PushRpc,
1313
LightPushCodecLatest,
14-
LightPushStatusCode,
15-
isV3,
16-
isV2,
17-
createV2Rpc,
18-
createV3Rpc
14+
LightPushStatusCode
1915
} from "./public.js";
2016

2117
export {

0 commit comments

Comments
 (0)