UNPKG
p5-analysis
Version:
latest (0.6.10)
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
API to find, create, and analyze p5.js sketch files.
osteele.github.io/p5-server/p5-analysis
p5-analysis
/
dist
/
bin
/
p5-libraries-cli.d.ts
4 lines
(3 loc)
•
96 B
TypeScript
View Raw
1
2
3
4
#!/usr/bin/env node
import
{
Command
}
from
'commander'
;
export
declare
const
program
:
Command
;