UNPKG

@ctrl/video-filename-parser

Version:
4 lines (3 loc) 120 B
export function removeEmpty(obj) { return Object.fromEntries(Object.entries(obj).filter(([_, v]) => v !== null)); }