Merge pull request #5638 from bpowers/master

mustache: declare mustache module
This commit is contained in:
Masahiro Wakame
2015-09-03 02:20:07 +09:00

View File

@@ -47,3 +47,7 @@ interface MustacheStatic {
}
declare var Mustache: MustacheStatic;
declare module 'mustache' {
export = Mustache;
}