Skip to main content
method ReadStream.prototype.close
ReadStream.prototype.close(callback?: (err?: ErrnoException | null) => void): void
Deprecated

Parameters

optional
callback: (err?: ErrnoException | null) => void

Return Type

void
Back to top