mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-11 05:03:02 -05:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
'use strict';
|
|
|
|
module.exports = typeof Promise === 'function' ? Promise : require('pinkie');
|