UNPKG

create-lbgcli1

Version:

前端脚手架模板

9 lines (6 loc) 170 B
var filter = require('./filter.js'); // Trim out all falsy values from an array. function compact(array) { return filter(array, Boolean); } module.exports = compact;