pub fn to_ts_expr<T: ToTsExpr>(value: T) -> Expr
Convert a value into a TypeScript Expr.
Expr
This is a convenience wrapper for ToTsExpr.
ToTsExpr