import Cancel from './Cancel'; /** * 是否是取消请求实例 * * @param value 判断的值 */ export default function isCancel(value: unknown): value is Cancel;