method ReadStream.prototype.close Usage in Deno```typescript import { ReadStream } from "node:node__fs.d.ts"; ``` ReadStream.prototype.close(callback?: (err?: ErrnoException | null) => void): void Parameters optional callback: (err?: ErrnoException | null) => void Return Type void