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
/
src
/
types.ts
2 lines
(1 loc)
•
52 B
text/typescript
View Raw
1
2
export
type
Context
=
Record
<
PropertyKey
,
unknown
>;