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

---

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

# event/wait

Event waiting utils

## Example

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

## Functions

| Function                          | Description                                      |
| --------------------------------- | ------------------------------------------------ |
| [waitFor](functions/waitFor.md)   | Wait for an event to be fired on the target      |
| [waitOnce](functions/waitOnce.md) | Wait for an event to be fired once on the target |

## Interfaces

| Interface                                      | Description                                    |
| ---------------------------------------------- | ---------------------------------------------- |
| [WaitForOptions](interfaces/WaitForOptions.md) | An options for [waitFor](functions/waitFor.md) |
