UNPKG

vue-di-container

Version:
7 lines (6 loc) 269 B
import 'reflect-metadata'; import { Ctor, Func } from './util'; export declare class Reflection { getParameterTypes(fun: Ctor<any> | Func<any>): (Ctor<any> | undefined)[]; getPropertyType(cls: Ctor<any>, propertyName: string | symbol): Ctor<any> | undefined; }