Packages
Library for accessibility snapshot testing in Phoenix applications using axe-core and Playwright.
Current section
Files
Jump to
Current section
Files
assets/node_modules/underscore/cjs/_unmethodize.js
var _bindCb = require('./_bindCb.js');
var _setup = require('./_setup.js');
function unmethodize(method) {
return _bindCb(_setup.call, method);
}
module.exports = unmethodize;