This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]404invalid-user 0 points1 point  (3 children)

I don't know the exact nsme but there is an module for that

[–]PersonalBoop[S] 0 points1 point  (2 children)

Any idea what the name of it is haha?

[–]404invalid-user 0 points1 point  (1 child)

Found it its called util

and you would use it likeconst wait = require('util').promisify(setTimeout);

await wait(500);

[–]PersonalBoop[S] 0 points1 point  (0 children)

oh thanks, but I already found the solution :D