Node.js module
timers/promises
The 'node:timers/promises' submodule provides Promise-based timer functions such as setTimeout and setImmediate, enabling async/await syntax for delayed execution.
It simplifies scheduling and timing of asynchronous code in modern JavaScript.