UNPKG

simple-eval

Version:

Simple JavaScript expression evaluator

2 lines (1 loc) 52 B
export type Context = Record<PropertyKey, unknown>;