UNPKG

yopmail-helper

Version:

yopmail helper. It will help you receive the mail content.

8 lines (6 loc) 127 B
function delay(time = 10000) { return new Promise((resolve) => setTimeout(resolve, time)); } module.exports = { delay, };