UNPKG

@dolittle/sdk.common

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

10 lines 355 B
/** * The exception that gets thrown when a decorator function is called on an unexpected target. */ export declare class CannotDetermineDecoratorTarget extends Error { /** * Initialises a new instance of the {@link CannotDetermineDecoratorTarget} class. */ constructor(); } //# sourceMappingURL=CannotDetermineDecoratorTarget.d.ts.map