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
/
commands
/
tree.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
function
tree
(
dirs
:
string
[],
options
: { descriptions:
boolean
; level?:
string
; tabWidth?:
string
; }
):
Promise
<
void
>;