mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
export const sleep = (duration) =>
|
|
new Promise((resolve) => setTimeout(() => resolve(), duration));
|
|
|
|
//"\\.e2e\\.js$",
|