cimdit/profilegenerator/ts/window.ts

12 lines
209 B
TypeScript
Raw Normal View History

2022-03-12 21:44:58 +01:00
/// <reference path="ProfileGenerator.ts" />
/**
* extend Window to make our global instance available (for debugging purposes)
*/
interface Window {
/**
* our instance
*/
pg: ProfileGenerator;
}