is-empty is a lightweight npm package providing a simple, performant, and reliable way to check if a value is empty. It handles various data types, including strings, arrays, objects, maps, sets, and buffers, returning true if they're considered empty based on their type-specific criteria (e.g., zero length or no own properties). Ideal for validating input or conditional logic based on data emptiness, reducing boilerplate and increasing code readability.