Skip to main content

is_js_reserved_word

Function is_js_reserved_word 

Source
pub fn is_js_reserved_word(input: &str) -> bool
Expand description

Returns whether input is a keyword or common reserved word.