UNPKG

mezzanine

Version:

Fantasy land union types with pattern matching

6 lines (3 loc) 101 B
//@flow export type ContextMethod<T, F> = (ctx: T) => F export type Pred = (val: mixed) => boolean