Skip to content

Commit

Permalink
export extractName() (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Randall <[email protected]>
  • Loading branch information
rjharmon and Randall authored Dec 4, 2024
1 parent e3c67e9 commit f8dc0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/program/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { newEntryPoint } from "./newEntryPoint.js"
export { Program } from "./Program.js"
export { analyzeMulti, getScriptHashType } from "./multi.js"
export { extractName } from "../parse/parseHeader.js"
export { VERSION } from "./version.js"

/**
Expand Down

0 comments on commit f8dc0a0

Please sign in to comment.