UNPKG

ph-dev-tools

Version:
8 lines (7 loc) 360 B
import { EntityCandidate } from "../parser/EntityCandidate"; /** * Created by Papa on 4/27/2016. */ export declare function resolveRelativeEntityPath(from: EntityCandidate, to: EntityCandidate): string; export declare function resolveRelativePath(fromPath: string, toPath: string): string; export declare function normalizePath(path: string): string;