1.2.3 • Published 6 months ago

@types/is-empty v1.2.3

Weekly downloads
2,585
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for is-empty 1.2
// Project: https://github.com/ianstormtaylor/is-empty
// Definitions by: Stanislav Termosa <https://github.com/termosa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Test if a value is empty
 */
declare function isEmpty(value?: any): boolean;

export = isEmpty;

Additional Details

  • Last updated: Sat, 18 Sep 2021 06:01:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Stanislav Termosa.