mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6697 from alainsahli/master
add empty namespace declaration for chai-as-promised to allow es6 imports
This commit is contained in:
+1
@@ -8,6 +8,7 @@
|
||||
|
||||
declare module 'chai-as-promised' {
|
||||
function chaiAsPromised(chai: any, utils: any): void;
|
||||
namespace chaiAsPromised {}
|
||||
export = chaiAsPromised;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user