UNPKG

@ctrl/video-filename-parser

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