mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update sinon.d.ts
I updated sinon to export for RequireJs with a declare statement at the bottom of the document.
This commit is contained in:
Vendored
+4
@@ -390,3 +390,7 @@ interface SinonStatic {
|
||||
}
|
||||
|
||||
declare var sinon: SinonStatic;
|
||||
|
||||
declare module "sinon" {
|
||||
export = sinon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user