Skip to content

Commit

Permalink
Use simpler export
Browse files Browse the repository at this point in the history
  • Loading branch information
echamudi committed Jan 15, 2021
1 parent 2fecd8d commit 4790bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import * as OpenCV from './types/opencv.ts';
import {cv as $cv} from './opencv-deno.js';

const cv: typeof OpenCV = $cv;

export { cv };
export const cv: typeof OpenCV = $cv;

/**
* Translate error number from OpenCV into a meaningful message
Expand Down

0 comments on commit 4790bf4

Please sign in to comment.