UNPKG

@elsikora/cladi

Version:

Zero-dependency TypeScript DI toolkit with typed tokens and scoped lifecycles.

9 lines 473 B
import type { Constructor } from '../../../../domain/type/index'; import type { IInjectableMetadata } from '../../interface/index'; /** * Reads injectable metadata from a class constructor. * @param {Constructor<unknown>} target Constructor to inspect. * @returns {IInjectableMetadata | undefined} Stored metadata. */ export declare function getInjectableMetadata(target: Constructor<unknown>): IInjectableMetadata | undefined; //# sourceMappingURL=get.utility.d.ts.map