mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-22 21:14:07 +03:00
4 lines
126 B
JavaScript
4 lines
126 B
JavaScript
export const timeout = (ms) => new Promise((resolve) => {
|
|
setTimeout(resolve, ms);
|
|
});
|
|
//# sourceMappingURL=timeout.js.map
|