Нет описания

FFIB: 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
..
.npmignore 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
.travis.yml 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
LICENSE 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
index.js 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
package.json 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
readme.md 11e3a9652a first лет %!s(int64=7): %!d(string=назад)

readme.md

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

var isPromise = require('is-promise');

isPromise({then:function () {...}});//=>true
isPromise(null);//=>false
isPromise({});//=>false
isPromise({then: true})//=>false

License

MIT