mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-02-05 14:02:01 +00:00
sync
This commit is contained in:
6
node_modules/pn/_promise.js
generated
vendored
6
node_modules/pn/_promise.js
generated
vendored
@@ -1,6 +0,0 @@
|
||||
// Allow the user to customize the Promise type returned by this library.
|
||||
var mypromise = global.Promise;
|
||||
module.exports = function getOrSetPromise(p) {
|
||||
if (p) { mypromise = p; }
|
||||
return mypromise;
|
||||
};
|
||||
Reference in New Issue
Block a user