source: trip-planner-front/node_modules/yargs/lib/is-promise.js@ 84d0fbb

Last change on this file since 84d0fbb was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 96 bytes
Line 
1module.exports = function isPromise (maybePromise) {
2 return maybePromise instanceof Promise
3}
Note: See TracBrowser for help on using the repository browser.