UNPKG

@dominicstop/utils

Version:

Yet another event emitter written in typescript.

5 lines 212 B
export type AnyValueRepresentable = Record<string, unknown>; export interface ValueRepresentable<Value extends AnyValueRepresentable> { get asValue(): Value; } //# sourceMappingURL=ValueRepresentable.d.ts.map