UNPKG

103 BJavaScriptView Raw
1export const a = () => {
2 console.log("a");
3};
4
5if (process.env.NODE_ENV !== "production") {
6 a();
7}