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/
62
62
# dotenv environment variables file
63
63
.env
64
64
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 {
129
129
*
130
130
* @param {number } [start]
131
131
* @param {number } [end]
132
- * @param {string } [contentType ]
132
+ * @param {string } [type ]
133
133
*/
134
134
slice ( start = 0 , end = this . size , type = '' ) {
135
135
const { size} = this ;
Original file line number Diff line number Diff line change 11
11
"lint" : " xo" ,
12
12
"test" : " xo && ava" ,
13
13
"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"
15
16
},
16
17
"repository" : " https://github.com/node-fetch/fetch-blob.git" ,
17
18
"keywords" : [
33
34
"get-stream" : " ^5.1.0" ,
34
35
"node-fetch" : " ^2.6.0" ,
35
36
"nyc" : " ^15.0.1" ,
37
+ "typescript" : " ^3.9.5" ,
36
38
"xo" : " ^0.32.0"
37
39
},
38
40
"xo" : {
You can’t perform that action at this time.
0 commit comments