// Type definitions for Dojo v1.9 // Project: http://dojotoolkit.org // Definitions by: Michael Van Sickle // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module dojox { module robot { /** * Permalink: http://dojotoolkit.org/api/1.9/dojox/robot/recorder.html * * */ interface recorder { } } } declare module "dojox/robot/recorder" { var exp: dojox.robot.recorder export=exp; }