暫無描述

isCancel.js 102B

    'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };