UNPKG

background-process-js

Version:
6 lines (5 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmpty = void 0; const isEmpty = (arr) => arr.length === 0; exports.isEmpty = isEmpty;