mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 05:42:15 -05:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
|
// Allows easy mocking of `window` methods in tests
|
||
|
|
||
|
export const setTimeout = window.setTimeout
|