Promise
- Source:
Methods
(static) isPromise(subject) → {boolean}
- Description:
- Returns verdict if given subject is Promise or not
- Source:
Parameters:
Name | Type | Description |
---|---|---|
subject |
* | Subject of examination |
Returns:
Verdict
- Type
- boolean