/
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
extrareqp2
/
lib
/
cancel
/
/usr/local/lib/node_modules/pm2/node_modules/extrareqp2/lib/cancel
mkdir
upload
Name
Size
Mode
Actions
Cancel.js
385
0644
edit
dl
rm
CancelToken.js
1240
0644
edit
dl
rm
isCancel.js
102
0644
edit
dl
rm
Edit:
/usr/local/lib/node_modules/pm2/node_modules/extrareqp2/lib/cancel/isCancel.js
(102B)
'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };
Save
'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };