"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function compact(a) { return a.filter((a) => !!a); } exports.compact = compact;