Add shortId type

This commit is contained in:
Dolan Miu
2019-12-21 03:58:58 +00:00
parent 3fdbca939e
commit ee5425bef7
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -355,6 +355,12 @@
"@types/node": "*" "@types/node": "*"
} }
}, },
"@types/shortid": {
"version": "0.0.29",
"resolved": "https://registry.npmjs.org/@types/shortid/-/shortid-0.0.29.tgz",
"integrity": "sha1-gJPuBBam4r8qpjOBCRFLP7/6Dps=",
"dev": true
},
"@types/sinon": { "@types/sinon": {
"version": "4.3.3", "version": "4.3.3",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-4.3.3.tgz", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-4.3.3.tgz",

View File

@ -65,6 +65,7 @@
"@types/chai": "^3.4.35", "@types/chai": "^3.4.35",
"@types/mocha": "^2.2.39", "@types/mocha": "^2.2.39",
"@types/request-promise": "^4.1.42", "@types/request-promise": "^4.1.42",
"@types/shortid": "0.0.29",
"@types/sinon": "^4.3.1", "@types/sinon": "^4.3.1",
"@types/webpack": "^4.4.24", "@types/webpack": "^4.4.24",
"awesome-typescript-loader": "^3.4.1", "awesome-typescript-loader": "^3.4.1",