UNPKG

@protorians/signalable

Version:

Signal's Events Manager

10 lines (4 loc) 130 B
import {type ISignalable} from "./signalable"; export type ISignalEntries<I, B> = { [K in keyof B]: ISignalable<I, B[K]> }