Skip to content

Commit

Permalink
add missing export Log
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 26, 2024
1 parent c018160 commit 2982f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export {
type OpenCVBuildEnvParams,
type OpencvModulesType,
} from "./src/misc.ts";
export { default as Log } from "./src/Log.ts";
export default OpenCVBuilder;

0 comments on commit 2982f7d

Please sign in to comment.