UNPKG

@netlify/zip-it-and-ship-it

Version:
6 lines (5 loc) 193 B
import { includeKeys } from 'filter-obj'; const isUndefined = (_key, value) => value !== undefined; export const removeUndefined = function (obj) { return includeKeys(obj, isUndefined); };