mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
|
export function foo() {
|
||
|
return void 0 !== (src = src || "");
|
||
|
}
|