mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-21 17:20:32 +08:00
Merge pull request #5638 from bpowers/master
mustache: declare mustache module
This commit is contained in:
4
mustache/mustache.d.ts
vendored
4
mustache/mustache.d.ts
vendored
@@ -47,3 +47,7 @@ interface MustacheStatic {
|
||||
}
|
||||
|
||||
declare var Mustache: MustacheStatic;
|
||||
|
||||
declare module 'mustache' {
|
||||
export = Mustache;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user