[][src]Function html_minifier::js::clean_token

pub fn clean_token(token: &Token, next_token: &Option<&Token>) -> bool

Returns true if the token is a "useful" one (so not a comment or a "useless" character).