UNPKG
@syntaxs/compiler
Version:
latest (0.0.2-alpha)
0.0.2-alpha
0.0.1-alpha-r2
0.0.1-alpha
Compiler used to compile Syntax Script projects.
github.com/syntaxs/compiler
syntax-script/compiler
@syntaxs/compiler
/
dist
/
dictionary
/
index.js
3 lines
(2 loc)
•
69 B
JavaScript
View Raw
1
2
3
import
{ dictionary }
from
'./dictionary.js'
;
export
{ dictionary };