interface
buffer.FileOptions
interface FileOptions
- endings?: 'transparent' | 'native'
One of either
'transparent'or'native'. When set to'native', line endings in string source parts will be converted to the platform native line-ending as specified byimport { EOL } from 'node:os'.