Your IP : 216.73.216.43


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/schematics/dist/utils/
Upload File :
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;
}