UNPKG

dicom-microscopy-viewer-changed

Version:
7 lines (5 loc) 155 B
import filter from './filter.js'; // Trim out all falsy values from an array. export default function compact(array) { return filter(array, Boolean); }