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 bbbfe93 commit 972a274Copy full SHA for 972a274
module.ts
@@ -1,4 +1,3 @@
1
-const fetch = require('node-fetch') ;
2
3
async function concatBlobs(urls: string[], type: string, object?: boolean) {
4
function readFileAsync(blob: Blob) {
package.json
@@ -19,8 +19,7 @@
19
"scripts": {
20
"build": "tsc --outDir dist",
21
"dev": "tsc --watch",
22
- "lint": "prettier --write .",
23
- "test": "jest"
+ "lint": "prettier --write ."
24
},
25
"files": [
26
"dist/module.js"
0 commit comments