UNPKG
l7eval5
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
中文 | [English](./README-en_US.md)
l7eval5
/
lib
/
index.d.ts
7 lines
(6 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Interpreter
}
from
"./interpreter/main"
;
import
*
as
vm
from
"./vm"
;
import
evaluate
from
"./evaluate"
;
import
Function
from
"./Function"
;
export
{
Interpreter
, vm, evaluate,
Function
};
export
default
evaluate;