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