# 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).
