UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

6 lines (4 loc) 99 B
'use strict'; export default function isCancel(value) { return !!(value && value.__CANCEL__); }