Edit File: isCancel.js
'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };
Back to File Manager