Last active
October 7, 2018 13:07
-
-
Save daybrush/5e8bfde5ab0590ff88d93d19fccdf880 to your computer and use it in GitHub Desktop.
prototypeminify.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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