add sinon types

This commit is contained in:
Robert Brignull 2020-07-07 18:32:18 +01:00
parent 0086c2ecdb
commit f77ab09bf4
7 changed files with 3610 additions and 0 deletions

6
package-lock.json generated
View file

@ -408,6 +408,12 @@
"@types/node": "*"
}
},
"@types/sinon": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-7.5.2.tgz",
"integrity": "sha512-T+m89VdXj/eidZyejvmoP9jivXgBDdkOSBVQjU9kF349NEx10QdPNGxHeZUaj1IlJ32/ewdyXJjnJxyxJroYwg==",
"dev": true
},
"acorn": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz",