mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 10:40:08 +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
|