mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-17 02:54:35 +00:00
For example, `expect([1, 2, 3]).to.equal([1, 2, 3])` previously would give the compilation error: > Argument of type 'number[]' is not assignable to parameter of type 'number'.