Skip to content

Commit

Permalink
add wildcard export
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Jan 1, 2025
1 parent 275e817 commit c7cdec9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions light-client-js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,4 @@ export function randomSecretKey(): Hex {
return hexFrom(arr);
}

export {
LightClientSetScriptsCommand,
LightClientOrder
}
export * from "./types";

0 comments on commit c7cdec9

Please sign in to comment.