Sha256: 42eceab68a41ddf8fe50cfc994f68062038eae91af930e951995359b1cee2416
Contents?: true
Size: 168 Bytes
Versions: 814
Compression:
Stored size: 168 Bytes
Contents
/* 🛠️ Any commonly used lodash functions can be added here. 🤙 */ export const isEmpty = (obj: Record<string, unknown>): boolean => Object.keys(obj).length < 1
Version data entries
814 entries across 814 versions & 1 rubygems