mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -6,7 +6,7 @@
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="../chai/chai.d.ts" />
|
||||
|
||||
declare module Chai {
|
||||
declare namespace Chai {
|
||||
|
||||
interface ChaiStatic {
|
||||
request: ChaiHttpRequest;
|
||||
@@ -37,7 +37,7 @@ declare module Chai {
|
||||
}
|
||||
}
|
||||
|
||||
declare module ChaiHttp {
|
||||
declare namespace ChaiHttp {
|
||||
interface Promise<T> {
|
||||
then<U>(onFulfilled: (value: T) => U, onRejected?: (reason: any) => U): Promise<U>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user