This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
scripts-old/src/utils/wait.js
2020-07-31 11:23:05 +02:00

2 lines
72 B
JavaScript

export default (t) => new Promise((resolve) => setTimeout(resolve, t));