UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

6 lines (5 loc) 218 B
import { Creator } from "../../typings/Creator"; export declare const load_controllers: (path: string | string[] | { include: string[]; exclude?: string[]; }, isTsNode?: boolean) => Promise<Creator<object>[]>;