Blog

Article image
How to get the system's EOL character with Deno

If you're looking for a predefined function to return the system's end-of-line (EOL) value in Deno's standard library, you'll be disappointed. Luckily, it's possible to write your own in a pretty small function.