mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Declare a module instead of a namespace
This commit is contained in:
Vendored
+4
-2
@@ -243,5 +243,7 @@ declare class MustacheWriter {
|
||||
* Provides the functionality to render templates with `{{mustaches}}`.
|
||||
*/
|
||||
declare var Mustache: MustacheStatic;
|
||||
export = Mustache;
|
||||
export as namespace Mustache;
|
||||
|
||||
declare module "mustache" {
|
||||
export = Mustache;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user