UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

6 lines (5 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmpty = void 0; var isEmpty = function (value) { return (value == null || value.length === 0); }; exports.isEmpty = isEmpty;