UNPKG

dazjsx

Version:

参考nestjs,基于KOA2的一款轻量级的后端开发框架

3 lines (2 loc) 164 B
import { Constructor } from '..'; export declare const InjectRepository: (entity: Function) => (target: Constructor, method: string, paramIndex: number) => void;