UNPKG

arch-unit-ts

Version:
9 lines (8 loc) 306 B
import { AllowEmptyShouldType } from './AllowEmptyShouldType'; export declare class AllowEmptyShould { private readonly type; constructor(type: AllowEmptyShouldType); static fromBoolean(allow: boolean): AllowEmptyShould; static asConfigured(): AllowEmptyShould; isAllowed(): boolean; }