-
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
https://github.com/mafintosh/csv-parser/blob/master/index.js#L3-L4
const [cr] = Buffer.from('\r')
const [nl] = Buffer.from('\n')Apparently it's CR and LF, CR 0x0d and LF 0x0a. Why does it need a Buffer to get these values?
Metadata
Metadata
Assignees
Labels
No labels