# @types/is-empty

> TypeScript definitions for is-empty

Latest version **1.2.3** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/is-empty
pnpm add @types/is-empty
yarn add @types/is-empty
bun add @types/is-empty
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.2.3 |
| Published | 2023-11-07 |
| First published | 2018-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51440 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/is-empty
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-empty
- npm.io page: https://npm.io/package/@types/is-empty

## Recent versions

- 1.2.3 (latest) — 2023-11-07
- 1.2.1 (ts3.7) — 2021-09-18
- 1.2.0 (ts2.0) — 2018-03-27
- 1.2.2 — 2023-10-18

## README

# Installation
> `npm install --save @types/is-empty`

# Summary
This package contains type definitions for is-empty (https://github.com/ianstormtaylor/is-empty).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-empty.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-empty/index.d.ts)
````ts
/**
 * Test if a value is empty
 */
declare function isEmpty(value?: any): boolean;

export = isEmpty;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Stanislav Termosa](https://github.com/termosa).

---
_Source: https://npm.io/package/@types/is-empty · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
