UNPKG

arch-unit-ts

Version:
8 lines (7 loc) 265 B
import { MethodsShould } from './MethodsShould'; import { MethodsThat } from './MethodsThat'; export interface GivenMethodsConjunction { should(): MethodsShould; and(): MethodsThat<GivenMethodsConjunction>; or(): MethodsThat<GivenMethodsConjunction>; }