- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
import { Path } from '@angular-devkit/core';
|
|
export declare class PathSolver {
|
|
relative(from: Path, to: Path): string;
|
|
}
|