RaspberryRocketeer/frontend/global.d.ts
2022-11-29 10:11:11 +01:00

5 lines
No EOL
173 B
TypeScript

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