mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Added header to dojo.d.ts
This commit is contained in:
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for Dojo v1.9
|
||||
// Project: http://dojotoolkit.org
|
||||
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare function define(dependencies: String[], factory: Function): any;
|
||||
declare function require(config?:Object, dependencies?: String[], callback?: Function): any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user