mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add comment to describe new use function definition
This commit is contained in:
Vendored
+1
@@ -8,6 +8,7 @@ declare module chai {
|
||||
|
||||
function expect(target: any): Expect;
|
||||
|
||||
// Provides a way to extend the internals of Chai
|
||||
function use(fn: (chai: any, utils: any) => void);
|
||||
|
||||
interface ExpectStatic {
|
||||
|
||||
Reference in New Issue
Block a user