crax_utils 0.1.9

Some common utils
Documentation
1
2
3
pub fn strip_bom(code: &str) -> &str {
    code.strip_prefix("\u{FEFF}").unwrap_or(code)
}