UNPKG

@dolittle/sdk.common

Version:

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

5 lines 224 B
/** * Represents a decorator function to apply. */ export declare type Decorator = (target: any, propertyKey?: string | symbol, parameterIndex?: PropertyDescriptor | number) => void; //# sourceMappingURL=Decorator.d.ts.map