Skip to main content
ReadStream.prototype.close - fs - Node documentation
method ReadStream.prototype.close

Usage in Deno

import { ReadStream } from "node:fs";
ReadStream.prototype.close(callback?: (err?: ErrnoException | null) => void): void

Parameters

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

Return Type

void