UNPKG

@nestjs/schematics

Version:

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

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