mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Added additional module declaration.
This commit is contained in:
Vendored
+4
@@ -276,6 +276,10 @@ declare module Sammy {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "sammy" {
|
||||
export = Sammy;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
sammy: Sammy.SammyFunc;
|
||||
log: Function;
|
||||
|
||||
Reference in New Issue
Block a user