UNPKG

@nestjs/schematics

Version:

Nest - modern, fast, powerful node.js web framework (@schematics)

11 lines (10 loc) 378 B
import { DeclarationOptions } from './module.declarator.js'; import { PathSolver } from './path.solver.js'; export declare class ModuleImportDeclarator { private solver; constructor(solver?: PathSolver); declare(content: string, options: DeclarationOptions): string; private findImportsEndpoint; private buildLineToInsert; private computeRelativePath; }