method ReadStream.prototype.close Usage in Denoimport { ReadStream } from "node:fs"; ReadStream.prototype.close(callback?: (err?: ErrnoException | null) => void): void Parameters optional callback: (err?: ErrnoException | null) => void Return Type void