mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
// Allows easy mocking of `window` methods in tests
|
|
|
|
export const setTimeout = window.setTimeout
|