interface FileReadResult<T> {
    bytesRead: number;
    buffer: T;
}

Type Parameters

Properties

Properties

bytesRead: number
buffer: T