mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
1 line
576 B
JSON
1 line
576 B
JSON
{"ast":null,"code":"'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};","map":{"version":3,"sources":["/app/node_modules/axios/lib/cancel/isCancel.js"],"names":["module","exports","isCancel","value","__CANCEL__"],"mappings":"AAAA;;AAEAA,MAAM,CAACC,OAAP,GAAiB,SAASC,QAAT,CAAkBC,KAAlB,EAAyB;AACxC,SAAO,CAAC,EAAEA,KAAK,IAAIA,KAAK,CAACC,UAAjB,CAAR;AACD,CAFD","sourcesContent":["'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n"]},"metadata":{},"sourceType":"script"} |