void

Results 1 issues of void

I created an express.js server with ts and tried to test it, but got an error. I can't find a solution no matter how I search. **server.ts** ``` import App...