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 by import { EOL } from 'node:os'
.
property
buffer.BlobOptions.endings
endings?: 'transparent' | 'native'