Skip to main content
FileReadOptions - fs/promises - Node documentation
interface FileReadOptions

Usage in Deno

import { type FileReadOptions } from "node:fs/promises";

Type Parameters

T extends ArrayBufferView = Buffer

Properties

optional
buffer: T
optional
offset: number | null
optional
length: number | null
optional
position: number | null