File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -62,5 +62,4 @@ typings/
6262# dotenv environment variables file
6363.env
6464
65- # next.js build output
66- .next
65+ index.d.ts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ class Blob {
129129 *
130130 * @param {number } [start]
131131 * @param {number } [end]
132- * @param {string } [contentType ]
132+ * @param {string } [type ]
133133 */
134134 slice ( start = 0 , end = this . size , type = '' ) {
135135 const { size} = this ;
Original file line number Diff line number Diff line change 1111 "lint" : " xo" ,
1212 "test" : " xo && ava" ,
1313 "report" : " nyc ava" ,
14- "coverage" : " nyc --reporter json --reporter text ava && codecov -f coverage/coverage-final.json"
14+ "coverage" : " nyc --reporter json --reporter text ava && codecov -f coverage/coverage-final.json" ,
15+ "prepublishOnly" : " tsc --declaration --emitDeclarationOnly --allowJs index.js"
1516 },
1617 "repository" : " https://github.com/node-fetch/fetch-blob.git" ,
1718 "keywords" : [
3334 "get-stream" : " ^5.1.0" ,
3435 "node-fetch" : " ^2.6.0" ,
3536 "nyc" : " ^15.0.1" ,
37+ "typescript" : " ^3.9.5" ,
3638 "xo" : " ^0.32.0"
3739 },
3840 "xo" : {
You can’t perform that action at this time.
0 commit comments