cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
Program
Class Program
Program evaluates a planned expression with runtime bindings.
Index
Constructors
constructor
Methods
eval
Constructors
constructor
new
Program
(
programValue
:
RuntimeValue
,
sourceInfo
:
SourceInfo
,
typeProvider
?:
TypeProvider
,
)
:
Program
Parameters
programValue
:
RuntimeValue
sourceInfo
:
SourceInfo
Optional
typeProvider
:
TypeProvider
Returns
Program
Methods
eval
eval
(
vars
?:
Map
<
string
,
Value
>
|
Activation
|
Record
<
string
,
unknown
>
)
:
Value
Parameters
Optional
vars
:
Map
<
string
,
Value
>
|
Activation
|
Record
<
string
,
unknown
>
Returns
Value
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
eval
GitHub
cel-ts - v0.1.0-alpha
Loading...
Program evaluates a planned expression with runtime bindings.