mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2026-04-28 06:48:05 +08:00
first commit
This commit is contained in:
5
node_modules/axios/lib/cancel/isCancel.js
generated
vendored
Normal file
5
node_modules/axios/lib/cancel/isCancel.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function isCancel(value) {
|
||||
return !!(value && value.__CANCEL__);
|
||||
};
|
||||
Reference in New Issue
Block a user