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