UNPKG

@stryke/helpers

Version:

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

2 lines (1 loc) 108 B
import{isEmpty as i}from"@stryke/type-checks/is-empty";export const filterEmpty=(t=[])=>t.filter(e=>!i(e));