Skip to content

Commit

Permalink
Improvements to Skmatc definition
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 28, 2015
1 parent fb895b4 commit eb5d224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typings/skmatc/skmatc.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
declare module "skmatc" {
export = Skmatc.Skmatc;
export = SkmatcCore;

class SkmatcCore extends Skmatc.Skmatc { }
}

declare module Skmatc {
Expand Down

0 comments on commit eb5d224

Please sign in to comment.