8 lines
68 B
JavaScript
8 lines
68 B
JavaScript
function f() {
|
|
return (
|
|
/*#__PURE__*/
|
|
//test
|
|
0
|
|
);
|
|
}
|