a5df915fd0db360bc84ca1cf5e50c4b53c4d04491192562bde5297dc756ff028a90fb272338da65293af54ca20f17b6b217c0d4583bcd16830d411ed3d5625 308 B

123456789
  1. 'use strict';
  2. var $ = require('../internals/export');
  3. var demethodize = require('../internals/function-demethodize');
  4. // `Function.prototype.demethodize` method
  5. // https://github.com/js-choi/proposal-function-demethodize
  6. $({ target: 'Function', proto: true, forced: true }, {
  7. demethodize: demethodize
  8. });