RaspberryRocketeer/frontend/game/global.d.ts
2023-01-12 12:24:38 +01:00

4 lines
No EOL
135 B
TypeScript

// This file will add both p5 instanced and global intellisense
import module = require('p5');
export = module;
export as namespace p5;