DefinitelyTyped/types/code
Eric Freese 46b0ea8eb9 Fix equal function when passing in an array
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'.
2018-11-14 00:20:14 -07:00
..
code-tests.ts Fix equal function when passing in an array 2018-11-14 00:20:14 -07:00
index.d.ts
tsconfig.json
tslint.json