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