.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / internals / entry-unbind.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/entry-unbind.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/entry-unbind.js
new file mode 100644 (file)
index 0000000..69ead9b
--- /dev/null
@@ -0,0 +1,8 @@
+var global = require('../internals/global');
+var bind = require('../internals/function-bind-context');
+
+var call = Function.call;
+
+module.exports = function (CONSTRUCTOR, METHOD, length) {
+  return bind(call, global[CONSTRUCTOR].prototype[METHOD], length);
+};