source:
trip-planner-front/node_modules/yargs/lib/is-promise.js@
571e0df
Last change on this file since 571e0df was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 96 bytes |
Line | |
---|---|
1 | module.exports = function isPromise (maybePromise) { |
2 | return maybePromise instanceof Promise |
3 | } |
Note:
See TracBrowser
for help on using the repository browser.