source:
imaps-frontend/node_modules/axios/lib/cancel/isCancel.js@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 99 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | |
3 | export default function isCancel(value) { |
4 | return !!(value && value.__CANCEL__); |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.