UNPKG

@daysnap/utils

Version:
9 lines (5 loc) 206 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/isEmptyObject.ts function isEmptyObject(val) { return !Object.keys(val).length; } exports.isEmptyObject = isEmptyObject;