UNPKG

@connectv/core

Version:

agent-based reactive programming library for typescript/javascript

10 lines (9 loc) 241 B
/** * * This is thrown when the underlying observable of a pin could not * be resolved. This typically indicates a problematic custom pin type. * */ export declare class UnresolvedPinObservableError extends Error { constructor(); }