Skip to content

Commit

Permalink
export the DataType type (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Randall <[email protected]>
  • Loading branch information
rjharmon and Randall authored Oct 6, 2024
1 parent a704357 commit b6ebd9c
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
Expand Up @@ -6,4 +6,5 @@ export { VERSION } from "./version.js"
/**
* @typedef {import("./Program.js").CompileOptions} CompileOptions
* @typedef {import("./Program.js").ProgramProps} ProgramProps
* @typedef {import("../typecheck/common.js").DataType} DataType
*/

0 comments on commit b6ebd9c

Please sign in to comment.