pub fn is_valid_ascii_js_identifier(input: &str) -> bool
Returns whether input is an ASCII-safe JavaScript identifier.
input