UNPKG

@oclif/plugin-legacy

Version:

converts older style plugins to be compatible with oclif

7 lines (6 loc) 168 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function compact(a) { return a.filter((a) => Boolean(a)); } exports.compact = compact;