Improved visionmedia/debug to include non-amd version

Improved visionmedia/debug, a tiny npm package for debugging. 
Added both AMD and non-AMD definition support
This commit is contained in:
Gal Talmor
2015-12-23 16:25:21 +02:00
parent 962e0432f1
commit 6df499b659

3
debug/debug.d.ts vendored
View File

@@ -1,7 +1,6 @@
// Type definitions for debug
// Project: https://github.com/visionmedia/debug
// Definitions by: Seon-Wook Park <https://github.com/swook>
// Definitions by: Gal Talmor <https://github.com/galtalmor>
// Definitions by: Seon-Wook Park <https://github.com/swook>, Gal Talmor <https://github.com/galtalmor>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare var debug:debug.IDebug;