mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Added additional module declaration.
This commit is contained in:
parent
68c8bc9afd
commit
82b1f3b165
4
sammyjs/sammyjs.d.ts
vendored
4
sammyjs/sammyjs.d.ts
vendored
@ -276,6 +276,10 @@ declare module Sammy {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "sammy" {
|
||||
export = Sammy;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
sammy: Sammy.SammyFunc;
|
||||
log: Function;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user