mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
add deepStrictEqual type (#37116)
* add deepStrictEqual type * rm trailing whitespace * fix typo
This commit is contained in:
committed by
Wesley Wigham
parent
67fb9d962c
commit
70755ec0f5
Vendored
+3
-1
@@ -17,7 +17,9 @@ declare namespace assert {
|
||||
|
||||
function deepEqual(actual: any, expected: any, message?: string): void;
|
||||
|
||||
function notDeepEqual(acutal: any, expected: any, message?: string): void;
|
||||
function notDeepEqual(actual: any, expected: any, message?: string): void;
|
||||
|
||||
function deepStrictEqual(actual: any, expected: any, message?: string): void;
|
||||
|
||||
function strictEqual(actual: any, expected: any, message?: string): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user