Skip to main content
interface promises.FileReadOptions

Type Parameters

T extends ArrayBufferView = Buffer

Properties

optional
buffer: T
optional
offset: number | null
optional
length: number | null
optional
position: number | null
Back to top