TeaWeb/web/js/index.ts

5 lines
225 B
TypeScript
Raw Normal View History

2018-10-28 23:01:09 +01:00
interface Window {
displayCriticalError: typeof displayCriticalError;
}
declare function displayCriticalError(message: string); /* fun fact: is implemented within loader.js, but only because we cant override that file */