Skip to content
Tauri

eol

eol(): string

Defined in: index.ts:62

Returns the operating system-specific end-of-line marker.

  • \n on POSIX
  • \r\n on Windows

string

2.0.0


© 2025 Tauri Contributors. CC-BY / MIT