UNPKG
simple-eval
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
0.0.1
0.0.0
Simple JavaScript expression evaluator
github.com/P0lip/simple-eval
P0lip/simple-eval
simple-eval
/
dist
/
types-DMr0nqsx.d.ts
4 lines
(2 loc)
•
76 B
TypeScript
View Raw
1
2
3
4
type
Context
=
Record
<
PropertyKey
,
unknown
>;
export
type
{
Context
as
C };