UNPKG

arch-unit-ts

Version:
7 lines (6 loc) 167 B
export declare class ClassName { private readonly className; constructor(className: string); static of(className: string): ClassName; get(): string; }