Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Signal

A small, stringless, strongly-typed event system.

Index

Type aliases

Subscriber

Subscriber<T>: (t: T) => void

Type parameters

  • T

Type declaration

    • (t: T): void
    • Parameters

      • t: T

      Returns void

Struct

Struct<T>: Subscriber<T>[]

Type parameters

  • T = void

Functions

make

subscribe

dispatch

Generated using TypeDoc