UNPKG

@rxdi/schematics

Version:

6 lines (5 loc) 144 B
import { Path } from '@angular-devkit/core'; export declare class PathSolver { constructor(); relative(from: Path, to: Path): string; }