Skip to main content
StreamOptions.signal - fs - Node documentation
property StreamOptions.signal

Usage in Deno

import { type StreamOptions } from "node:fs";

Type

AbortSignal
| null
| undefined