Node.js REPL with top-level await
1 min read
node --experimental-repl-await
Now you can await directly in the REPL without wrapping everything in an async IIFE.
node --experimental-repl-await
Now you can await directly in the REPL without wrapping everything in an async IIFE.