UNPKG

@applicaster/zapplicaster-cli

Version:

CLI Tool for the zapp app and Quick Brick project

6 lines (4 loc) 126 B
const wait = (delay = 200) => { return new Promise((resolve) => setTimeout(resolve, delay)); }; module.exports = { wait };