Skip to content

Commit

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

const cv: typeof OpenCV = $cv as unknown as any;
const cv: typeof OpenCV = $cv;

export { cv };

Expand Down

0 comments on commit 9565c4c

Please sign in to comment.