UNPKG

beef-npm

Version:

Node.js package to install and interact with BeEF (Browser Exploitation Framework)

6 lines (4 loc) 102 B
'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };