mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
ES6 export compatible (#13899)
This commit is contained in:
committed by
Mohamed Hegazy
parent
e6689ec9d0
commit
6aa60e355a
Vendored
+3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user