mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
// In terminals, always Unix line endings are used
|
|
// even on Windows
|
|
export const EOL = '\n'
|