UNPKG

@storm-stack/utilities

Version:

This package includes various base utility class and various functions to assist in the development process.

8 lines (7 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.removeEmptyItems = void 0; const removeEmptyItems = arr => arr.filter(Boolean); exports.removeEmptyItems = removeEmptyItems;