compile
export function compile(
rawExpr: string
| SourceMappedStringI
| Expr,
options: CompileOptions
): UplcProgramV2
Arguments
1. rawExpr
rawExpr: string
| SourceMappedStringI
| Expr
2. options
options: CompileOptions
Returns
UplcProgramV2