Skip to main content

to_ts_expr

Function to_ts_expr 

Source
pub fn to_ts_expr<T: ToTsExpr>(value: T) -> Expr
Expand description

Convert a value into a TypeScript Expr.

This is a convenience wrapper for ToTsExpr.