Skip to content

Commit

Permalink
Expose AST types
Browse files Browse the repository at this point in the history
Functions such as `disassembleAndProcess` return AST, but it was not exported
  • Loading branch information
hacker-volodya committed Feb 20, 2025
1 parent c5aa500 commit d3cbc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export type * from "./ast/ast"

export type {DisassembleAndProcessParams, DisassembleParams} from "./decompiler/disasm"
export {
disassemble,
Expand Down

0 comments on commit d3cbc72

Please sign in to comment.