UNPKG

arch-unit-ts

Version:
4 lines (3 loc) 60 B
export interface ArchFunction<T, R> { apply(t: T): R; }