We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b910b7f
export * as x from "y";
export var x = func; x = func2;
var x = (function(){ window.x = window.x || {}; ...; return x; })();
if (typeof module !== "undefined" && module.exports) {