/// /** * extend Window to make our global instance available (for debugging purposes) */ interface Window { /** * our instance */ pg: ProfileGenerator; }