@types/is-empty
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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

/**
 * 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-empty

Weekly Downloads

248,374

Version

1.2.3

License

MIT

Unpacked Size

2.74 kB

Total Files

5

Last publish

Collaborators

  • types