From 82b1f3b165eb41dc0d2aea687845a786e205d746 Mon Sep 17 00:00:00 2001 From: Blake Doss Date: Fri, 25 Sep 2015 14:57:41 -0400 Subject: [PATCH] Added additional module declaration. --- sammyjs/sammyjs.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sammyjs/sammyjs.d.ts b/sammyjs/sammyjs.d.ts index 1af796e41..5d980a09f 100644 --- a/sammyjs/sammyjs.d.ts +++ b/sammyjs/sammyjs.d.ts @@ -276,6 +276,10 @@ declare module Sammy { } } +declare module "sammy" { + export = Sammy; +} + interface JQueryStatic { sammy: Sammy.SammyFunc; log: Function;