# types.AbortLike

- **Module:** types
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/types.ts#L741
- **Page:** https://libtmux.org/reference/ts/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)
- `removeEventListener` (method)
