@huameow/schematics
Version:
huameow - modern, fast, powerful web framework (@schematics)
11 lines (10 loc) • 367 B
TypeScript
import { DeclarationOptions } from './page.declarator';
import { PathSolver } from './path.solver';
export declare class RouterAddDeclarator {
private solver;
constructor(solver?: PathSolver);
declare(content: string, options: DeclarationOptions): string;
private findImportsEndpoint;
private buildLineToInsert;
private computeRelativePath;
}