UNPKG

168 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function compact(a) {
4 return a.filter((a) => Boolean(a));
5}
6exports.compact = compact;