probe-web / @probe-web/serial / LineEnding
Type Alias: LineEnding
ts
type LineEnding = "none" | "lf" | "cr" | "crlf";Defined in: index.ts:157
What SerialConnection.write appends to text: nothing, \n, \r, or \r\n.