# types.AbortLike

- **Module:** types
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L793
- **Page:** https://libtmux.org/en/ts/latest/reference/types-abortlike/

The part of `AbortSignal` this package uses.

Typed structurally rather than as the global, because `AbortSignal` comes
from the DOM or Node type libraries and naming it would make these public
declarations require one. A real `AbortSignal` satisfies it.

## Members

- `addEventListener` (method)
- `aborted` (property)
- `reason` (property): Why the caller abandoned the command, when they said.
- `removeEventListener` (method)
