Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/core-js-pure/internals/
Upload File :
Current File : /home/emeraadmin/www/node_modules/core-js-pure/internals/function-demethodize.js

'use strict';
var uncurryThis = require('../internals/function-uncurry-this');
var aCallable = require('../internals/a-callable');

module.exports = function demethodize() {
  return uncurryThis(aCallable(this));
};