core3-utils

@wixc3/patterns on Github

Home > @wixc3/patterns > Listener

Listener type

Signature:

export type Listener<T> = (data: T) => void;