UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 127 B
/** * Remove all null/undefined items from array. */ declare function compact(arr: any): any[]; export default compact;