is-promise
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/is-promise package

4.0.0 • Public • Published

is-promise

Test whether an object looks like a promises-a+ promise

Build Status Dependency Status NPM version

Installation

$ npm install is-promise

You can also use it client side via npm.

API

import isPromise from 'is-promise';
 
isPromise(Promise.resolve());//=>true
isPromise({then:function () {...}});//=>true
isPromise(null);//=>false
isPromise({});//=>false
isPromise({then: true})//=>false

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    2,303,195
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    2,303,195
  • 3.0.0
    2,281
  • 2.2.2
    10,208,178
  • 2.2.1
    306
  • 2.2.0
    114
  • 2.1.0
    3,080,499
  • 2.0.0
    143
  • 1.0.1
    414,214
  • 1.0.0
    57

Package Sidebar

Install

npm i is-promise

Weekly Downloads

9,036,948

Version

4.0.0

License

MIT

Unpacked Size

2.96 kB

Total Files

6

Last publish

Collaborators

  • forbeslindesay
  • then-bot