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
    1,309,130
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    1,309,130
  • 3.0.0
    419
  • 2.2.2
    6,739,145
  • 2.2.1
    346
  • 2.2.0
    14
  • 2.1.0
    1,122,709
  • 2.0.0
    29
  • 1.0.1
    297,302
  • 1.0.0
    19

Package Sidebar

Install

npm i is-promise

Weekly Downloads

9,053,393

Version

4.0.0

License

MIT

Unpacked Size

2.96 kB

Total Files

6

Last publish

Collaborators

  • forbeslindesay
  • then-bot