Module

std/node/fs.ts>ReadStream#close

Deno standard library
Go to Latest
method ReadStream.prototype.close
import { ReadStream } from "https://dotland.deno.dev/std@0.177.0/node/fs.ts";

Parameters

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