UNPKG

arch-unit-ts

Version:
9 lines (8 loc) 366 B
export declare class ArchConfiguration { private static readonly ARCHUNIT_TS_PROPERTIES_RESOURCE_NAME; readonly showImportsWarning: boolean; readonly failOnEmptyShould: boolean; constructor(showImportsWarning: boolean, failOnEmptyShould: boolean); static get(): ArchConfiguration; static getFromPath(configPath: string): ArchConfiguration; }