Skip to content

Instantly share code, notes, and snippets.

@daybrush
Last active October 7, 2018 13:07
Show Gist options
  • Save daybrush/5e8bfde5ab0590ff88d93d19fccdf880 to your computer and use it in GitHub Desktop.
Save daybrush/5e8bfde5ab0590ff88d93d19fccdf880 to your computer and use it in GitHub Desktop.
prototypeminify.js
var Item = /*#__PURE__*/ function () {
function Item() {}
var __proto = Item.prototype;
__proto.a = function () {}
__proto.b = function () {}
__proto.c = function () {}
return Item;
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment