deno.com

method ReadStream.prototype.close

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

Parameters #

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

Return Type #

void