UNPKG

@fireflysemantics/slice

Version:
5 lines (4 loc) 96 B
/** * Function type for predicate operations */ export type Predicate<E> = (e: E) => boolean;