Skip to main content
BlobOptions.endings - buffer - Node documentation
property BlobOptions.endings

Usage in Deno

import { type BlobOptions } from "node:buffer";

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'.

Type

"transparent" | "native"