Skip to content

Commit

Permalink
Fix broken type-declaration (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth authored May 11, 2021
1 parent 1825adb commit 158ee1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export interface Options {
typescript?: string | typeof typescript;
}

export default function tsify(b: any, opts: Options): any;
declare function tsify(b: any, opts: Options): any;
export = tsify;

0 comments on commit 158ee1a

Please sign in to comment.