ph-dev-tools
Version:
Development Tools for PHibernate
8 lines (7 loc) • 360 B
TypeScript
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;