UNPKG

arch-unit-ts

Version:
9 lines (8 loc) 218 B
export declare class RelativePath { private readonly path; private constructor(); get(): string; getDotsPath(): string; static of(path: string): RelativePath; contains(path: string): boolean; }