prepare
export function prepare(
rawExpr: string
| SourceMappedStringI
| Expr,
options: CompileOptions
): Expr
Arguments
Name | Type | Description |
---|---|---|
rawExpr | string | SourceMappedStringI | Expr | |
options | CompileOptions |
Return value
Expr
export function prepare(
rawExpr: string
| SourceMappedStringI
| Expr,
options: CompileOptions
): Expr
Name | Type | Description |
---|---|---|
rawExpr | string | SourceMappedStringI | Expr | |
options | CompileOptions |
Expr