UNPKG

@oclif/plugin-legacy

Version:

converts older style plugins to be compatible with oclif

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