UNPKG
art
Version:
latest (0.10.3)
0.10.3
0.10.2
0.10.1
0.10.0
0.9.2
0.9.0
0.0.0
Cross-browser Vector Graphics
sebmarkbage.github.io/art
sebmarkbage/art
art
/
lib
/
ast-js
/
src
/
program.js
7 lines
(4 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
AST
=
function
(
){
return
AST
.
Block
.
apply
(
this
,
arguments
); };
module
.
exports
=
AST
;