node-web-mvc
Version:
node spring mvc
5 lines (4 loc) • 310 B
TypeScript
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;