UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.

5 lines (3 loc) 127 B
export function notEmpty<T> (value: T | null | undefined): value is T { return value !== null && value !== undefined; }