UNPKG

@pexip/signal

Version:

an observer pattern while avoiding boilerplate code. https://en.wikipedia.org/wiki/Signals_and_slots

11 lines (8 loc) 277 B
```ts type ReplaySignalOptions = object & BaseSignalOptions; ``` ## Type Declaration | Name | Type | Description | | ------ | ------ | ------ | | `variant` | `"replay"` | Replay signal variant | | `bufferSize?` | `number` | Specify the buffer size for `replay` type signal |