UNPKG

react-native-json-grid-list

Version:

This library will help you create impressive grid lists like these.

2 lines (1 loc) 93 B
export default function notEmpty<TValue>(value: TValue | null | undefined): value is TValue;