| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/schematics/dist/utils/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/schematics/dist/utils/module.finder.d.ts |
import { Path } from '@angular-devkit/core';
import { Tree } from '@angular-devkit/schematics';
export interface FindOptions {
name?: string;
path: Path;
kind?: string;
}
export declare class ModuleFinder {
private tree;
constructor(tree: Tree);
find(options: FindOptions): Path | null;
private findIn;
}