Constant LF

pub const LF: char = '\u{a}'; // '\n'
Available on crate features __ecma and __utils only.
Expand description

U+000A LINE FEED, abbreviated in the spec as <LF>.