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