UNPKG

@itsmworkbench/utils

Version:

The usual utility functions

2 lines (1 loc) 114 B
export declare function callListeners<L extends object>(listeners: L[], call: keyof L, fn: (l: L) => void): void;