UNPKG

@stryke/helpers

Version:

A package containing miscellaneous helper functions that are used across many different Storm Software projects.

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