Sha256: 42eceab68a41ddf8fe50cfc994f68062038eae91af930e951995359b1cee2416
Contents?: true
Size: 168 Bytes
Versions: 844
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
844 entries across 844 versions & 1 rubygems