UNPKG

125 BTypeScriptView Raw
1import { Path } from '@angular-devkit/core';
2export declare class PathSolver {
3 relative(from: Path, to: Path): string;
4}