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

---

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

# event/target

Event target utils

## Example

```ts
import { waitOnce } from '@kazupon/jts-utils/event/target'
```

## Functions

| Function                | Description                              |
| ----------------------- | ---------------------------------------- |
| [off](functions/off.md) | Detach an event listener from the target |
| [on](functions/on.md)   | Attach an event listener to the target   |

## Interfaces

| Interface                                                      | Description        |
| -------------------------------------------------------------- | ------------------ |
| [EventTargetStopHandler](interfaces/EventTargetStopHandler.md) | Event Stop handler |
