UNPKG

repture

Version:

Lightweight JavaScript ES6 based utility library

4 lines (3 loc) 86 B
export default function compact(array: Array<any>) { return array.filter(v => v); }