UNPKG

@stryke/helpers

Version:

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

2 lines (1 loc) 52 B
export const removeEmptyItems=e=>e.filter(Boolean);