UNPKG

@eggjs/dal-runtime

Version:
5 lines (4 loc) 148 B
import { BaseDaoType } from '@eggjs/tegg-types/dal'; export declare class DaoLoader { static loadDaos(moduleDir: string): Array<BaseDaoType>; }