@types/is-empty
TypeScript definitions for is-empty
Last updated 7 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ gnpm install @types/is-empty 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 1.2.1                                ...           latest (3 years ago)
  • 1.2.0                                ...           ts2.0 (7 years ago)
  • 1.2.0                                ...           ts2.1 (7 years ago)
  • 1.2.0                                ...           ts2.2 (7 years ago)
  • 1.2.0                                ...           ts2.3 (7 years ago)
  • 1.2.0                                ...           ts2.4 (7 years ago)
  • 1.2.0                                ...           ts2.5 (7 years ago)
  • 1.2.0                                ...           ts2.6 (7 years ago)
  • 1.2.0                                ...           ts2.7 (7 years ago)
  • 1.2.0                                ...           ts2.8 (7 years ago)
  • 1.2.0                                ...           ts2.9 (7 years ago)
  • 1.2.0                                ...           ts3.0 (7 years ago)
  • 1.2.0                                ...           ts3.1 (7 years ago)
  • 1.2.0                                ...           ts3.2 (7 years ago)
  • 1.2.0                                ...           ts3.3 (7 years ago)
  • 1.2.0                                ...           ts3.4 (7 years ago)
  • 1.2.0                                ...           ts3.5 (7 years ago)
  • 1.2.0                                ...           ts3.6 (7 years ago)
  • 1.2.1                                ...           ts3.7 (3 years ago)
  • 1.2.1                                ...           ts3.8 (3 years ago)
  • 1.2.1                                ...           ts3.9 (3 years ago)
  • 1.2.1                                ...           ts4.0 (3 years ago)
  • 1.2.1                                ...           ts4.1 (3 years ago)
  • 1.2.1                                ...           ts4.2 (3 years ago)
  • 1.2.1                                ...           ts4.3 (3 years ago)
  • 1.2.1                                ...           ts4.4 (3 years ago)
  • 1.2.1                                ...           ts4.5 (3 years ago)
  • 1.2.1                                ...           ts4.6 (3 years ago)
  • 1.2.1                                ...           ts4.7 (3 years ago)
  • 1.2.1                                ...           ts4.8 (3 years ago)
  • 1.2.1                                ...           ts4.9 (3 years ago)
  • 1.2.1                                ...           ts5.0 (3 years ago)
  • 1.2.1                                ...           ts5.1 (3 years ago)

2 Versions

  • 1.2.1                                ...           3 years ago
  • 1.2.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 2
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |