CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
ProdigyPNP

CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.

GitHub Repository: ProdigyPNP/ProdigyMathGameHacking
Path: blob/master/typings/pixi.d.ts
Views: 713
1
import { Game } from "./game";
2
import { Prodigy } from "./prodigy";
3
import { Hack } from "../redirect/global";
4
import { gameData } from "./gameData";
5
export declare interface PIXI {}
6
export declare interface Phaser {}
7
declare global {
8
const PIXI: PIXI;
9
const Phaser: Phaser;
10
const _: Hack
11
}
12
13