##// END OF EJS Templates
some fixes after testing
some fixes after testing

File last commit:

r0:ab570232df7d default
r5:af2703f9110e 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;
}