芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/strapi-utils/lib/object-formatting.js
'use strict'; const _ = require('lodash'); const removeUndefined = obj => _.pickBy(obj, value => typeof value !== 'undefined'); module.exports = { removeUndefined, };