wait ⏲ A promising wait function import wait from '@lets/wait'; ... await wait(200); ...Or as a promise wait(200).then(...);