// Type definitions for riot.js // Project: https://github.com/moot/riotjs // Definitions by: vvakame // Definitions: https://github.com/borisyankov/DefinitelyTyped /// interface JQueryStatic { riot: string; observable(el:any):any; route(to:any):void; }