[**@kazupon/jts-utils**](../index.md)

---

[@kazupon/jts-utils](../index.md) / abort

# abort

Abort module

## Example

```ts
import { abortError, throwIfAborted } from '@kazupon/jts-utils/abort'
```

## Functions

| Function                                      | Description                                  |
| --------------------------------------------- | -------------------------------------------- |
| [abortError](functions/abortError.md)         | Create an AbortError                         |
| [throwIfAborted](functions/throwIfAborted.md) | Throw an AbortError if the signal is aborted |

## Interfaces

| Interface                                            | Description                                                  |
| ---------------------------------------------------- | ------------------------------------------------------------ |
| [AbortErrorOptions](interfaces/AbortErrorOptions.md) | AbortError options for [abortError](functions/abortError.md) |
