Posts by Tarcisio Xavier Gruppi • 51 points
2 posts
-
4
votes2
answers141
viewsQ: Typescript - Error: Debug Failure. False Expression:
I am trying to create a module definition Node.js. I have the file poolredis.ts, but when I add the line: import { RedisClient } from 'redis'; The Typescript compiler gives me the error: Error:…
-
1
votes1
answer191
viewsA: Problem with empty Array with mysql and nodejs
It is the responsibility of the programmer to check if the data he wants to access exists. Using if or some other structure to confer this.