UNPKG

@dolittle/sdk.common

Version:

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

10 lines 493 B
import { Constructor } from '@dolittle/types'; /** * Sets the named data in the metadata of the specified type. * @param {string} name - The metadata name to set. * @param {Constructor<any>} type - The type to set metadata on. * @param {T} value - The value to set for the named data. * @template T The type of the metadata value. */ export declare function setDecoratorMetadata<T>(name: string, type: Constructor<any>, value: T): void; //# sourceMappingURL=setDecoratorMetadata.d.ts.map