We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b287b43 commit 54a82f8Copy full SHA for 54a82f8
index.d.ts chai-exclude.d.tsindex.d.ts renamed to chai-exclude.d.ts
package.json
@@ -3,14 +3,14 @@
3
"version": "2.1.1",
4
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert",
5
"main": "chai-exclude.js",
6
- "types": "index.d.ts",
+ "types": "chai-exclude.d.ts",
7
"author": "Saugat Acharya <mesaugat@gmail.com>",
8
"license": "MIT",
9
"homepage": "https://github.com/mesaugat/chai-exclude",
10
"type": "module",
11
"files": [
12
"chai-exclude.js",
13
- "index.d.ts"
+ "chai-exclude.d.ts"
14
],
15
"scripts": {
16
"test": "mocha --reporter spec --recursive --colors *.test.js",
0 commit comments