UNPKG

@oclif/plugin-legacy

Version:

converts older style plugins to be compatible with oclif

9 lines (8 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.compact = void 0; function compact(a) { // eslint-disable-next-line unicorn/prefer-native-coercion-functions return a.filter((a) => Boolean(a)); } exports.compact = compact;