UNPKG

@withjoy/sdk-js

Version:
5 lines (4 loc) 107 B
export interface ValueListener<T> { onValue: (t: T) => void; onError?: (err: Error) => void; }