UNPKG

@ngxs/store

Version:
3 lines (2 loc) 143 B
import { RepairType } from './utils'; export declare type Predicate<T = any> = (value?: RepairType<T> | Readonly<RepairType<T>>) => boolean;