mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-20 06:12:54 +08:00
4
chai/chai.d.ts
vendored
4
chai/chai.d.ts
vendored
@@ -12,8 +12,8 @@ declare module chai {
|
||||
stack: string;
|
||||
}
|
||||
|
||||
function expect(target: any, message?: string): Expect;
|
||||
|
||||
export function expect(target: any, message?: string): Expect;
|
||||
|
||||
export var assert: Assert;
|
||||
export var config: Config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user