Skip to content

Commit

Permalink
Expose explorer types to ease development of library's consumer.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed Oct 6, 2022
1 parent 0c0f063 commit 3e7b90b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/API/Explorer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,5 @@ export default class ExplorerApi {
return parseInt(res, 10);
}
}

export * from './Objects';
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ export {
RpcApi, ExplorerApi, ObjectSchema, deserialize, serialize, ParserTypes,
RpcActionGenerator, ExplorerActionGenerator, ActionGenerator
};

export * from './API/Explorer';

0 comments on commit 3e7b90b

Please sign in to comment.