UNPKG

node-web-mvc

Version:
5 lines (4 loc) 310 B
import 'reflect-metadata'; import { MetaRuntimeTypeInfo } from './type'; export declare function getRuntimeType(name: string, target: any, key: string | symbol, idx?: number): MetaRuntimeTypeInfo; export declare const buildRuntimeType: (metaType: any, runtimeType: MetaRuntimeTypeInfo) => MetaRuntimeTypeInfo;