UNPKG

arch-unit-ts

Version:
4 lines (3 loc) 59 B
export interface Predicate<T> { test(t: T): boolean; }