##// END OF EJS Templates
Corrected typings dijit/_WidgetBase, dojo/store
Corrected typings dijit/_WidgetBase, dojo/store

File last commit:

r0:ab570232df7d default
r16:f6ff0b17b520 v1.0.5 default
Show More
modules.d.ts
6 lines | 110 B | video/mp2t | TypeScriptLexer
/// <reference path="index.d.ts" />
declare module 'doh/robot' {
const robot: doh.Robot;
export = robot;
}