mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7575 from mshmelev/patch-2
Support TypeScript 1.7 modules
This commit is contained in:
Vendored
+1
@@ -80,5 +80,6 @@ declare module Chai {
|
||||
|
||||
declare module "sinon-chai" {
|
||||
function sinonChai(chai: any, utils: any): void;
|
||||
namespace sinonChai { }
|
||||
export = sinonChai;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user