Function create_string_expr_or_spread
Source pub fn create_string_expr_or_spread(value: &str) -> ExprOrSpread
Expand description
Creates an ExprOrSpread with a string value.
§Arguments
§Example
ⓘlet expr_or_spread = create_string_expr_or_spread("value");