source:
node_modules/axios/lib/cancel/isCancel.js@
3d60932
Last change on this file since 3d60932 was 57e58a3, checked in by , 4 months ago | |
---|---|
|
|
File size: 99 bytes |
Rev | Line | |
---|---|---|
[57e58a3] | 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.