Skip to content

LinebreakType

ts
type LinebreakType = "spaces" | "backslash" | "html" | "system";

Defined in: linebreak.ts:11

Type of linebreak

Since

1.0.0

Author

Simon Kovtyk