Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120654214
readme.md
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jul 6, 00:42
Size
872 B
Mime Type
text/html
Expires
Tue, Jul 8, 00:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27136881
Attached To
R8244 Eawag_Swing_Weight_Elicitation
readme.md
View Options
<a href="http://promises-aplus.github.com/promises-spec"><img src="http://promises-aplus.github.com/promises-spec/assets/logo-small.png" align="right" /></a>
# is-promise
Test whether an object looks like a promises-a+ promise
[](https://travis-ci.org/then/is-promise)
[](https://gemnasium.com/then/is-promise)
[](https://www.npmjs.org/package/is-promise)
## Installation
$ npm install is-promise
You can also use it client side via npm.
## API
```javascript
var isPromise = require('is-promise');
isPromise({then:function () {...}});//=>true
isPromise(null);//=>false
isPromise({});//=>false
isPromise({then: true})//=>false
```
## License
MIT
Event Timeline
Log In to Comment