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>
.
pub const LF: char = '\u{a}'; // '\n'
__ecma
and __utils
only.U+000A LINE FEED, abbreviated in the spec as <LF>
.