UNPKG

@snipsonian/core

Version:

Core/base reusable javascript code snippets

7 lines (6 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isEmptyObject(obj) { return Object.keys(obj).length === 0 && obj.constructor === Object; } exports.default = isEmptyObject;