player / node_modules /axios /lib /cancel /isCancel.js
lzwqx's picture
Upload 813 files
9afd7cc verified
'use strict';
export default function isCancel(value) {
return !!(value && value.__CANCEL__);
}