UNPKG

panjareh

Version:

Panjareh using aparat and phoenix-video-player to play videos on desktops and tvs.

14 lines (12 loc) 232 B
/** * Simple object empty check. * @param obj * @returns {boolean} */ export default function isEmpty(obj) { return ( obj && Object.keys(obj).length === 0 && Object.getPrototypeOf(obj) === Object.prototype ); }