UNPKG
nex-lang
Version:
latest (1.0.1)
1.0.1
1.0.0
A linguagem de programação Nex com palavras-chave criativas.
nex-lang
/
index.js
8 lines
(6 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// index.js
const
{ translateToNex, translateToJS } =
require
(
'./nex'
);
module
.
exports
= { translateToNex, translateToJS };