Basic example of fetch api + expressjs/multer using files and text fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export function funci() { | |
| return "AHH HHHHAAA"; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "giltype", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "license": "MIT", | |
| "devDependencies": { | |
| "typescript": "^3.8.3" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "typeAcquisition": {}, | |
| "compilerOptions": { | |
| "module": "commonjs", | |
| "target": "es6", | |
| "checkJs": true | |
| }, | |
| "include": ["wat.js"], | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import assert from "assert"; | |
| assert.strictEqual(4, 4); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import assert from "assert"; | |
| assert.strictEqual(4, 4); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "guykedem", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "author": "Bnaya Peretz", | |
| "license": "MIT", | |
| "devDependencies": { | |
| "collections-deep-equal": "^2.0.0", | |
| "typescript": "^3.9.6" | |
| } |