UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

11 lines (8 loc) 334 B
// Type definitions for riot.js (ext/render.js) // Project: https://github.com/moot/riotjs // Definitions by: vvakame <https://github.com/vvakame> // Definitions: https://github.com/borisyankov/DefinitelyTyped /// <reference path="../jquery/jquery.d.ts" /> interface JQueryStatic { render(template?:string, data?:any):string; }