method ReadStream.prototype.close
Jump to headingReadStream.prototype.close(callback?: (err?: ErrnoException | null) => void): void
Parameters Jump to heading
optional
Jump to headingcallback: (err?: ErrnoException | null) => void
Return Type Jump to heading
void