UNPKG

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