deno.com

method ReadStream.prototype.close

#ReadStream.prototype.close(callback?: (err?: ErrnoException | null) => void): void

Parameters #

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

Return Type #

void