UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

6 lines (5 loc) 148 B
export function isCompleteFilter(c) { if (c.kind === "function") return true; return c.operator != null && c.value !== undefined; }