mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
d71f82b1fa
[web] BS5 submit modal GitOrigin-RevId: 1c66b3874844d9bdbe129acd18480af6e6e0ef6e
3 lines
97 B
TypeScript
3 lines
97 B
TypeScript
// Allows easy mocking of `window` methods in tests
|
|
|
|
export const setTimeout = window.setTimeout
|