##// END OF EJS Templates
Initial commit, project structure.
Initial commit, project structure.

File last commit:

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