ES6 export compatible (#13899)

This commit is contained in:
Luca Trazzi
2017-01-17 22:08:57 -08:00
committed by Mohamed Hegazy
parent e6689ec9d0
commit 6aa60e355a
+3
View File
@@ -3,6 +3,9 @@
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb/>, Leon Yu <https://github.com/leonyu/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = Modernizr; // support AMD require
export as namespace Modernizr; // keep a global namespace
declare namespace __Modernizr {
interface AudioBoolean {
ogg: boolean;