3 lines
42 B
JavaScript
3 lines
42 B
JavaScript
import foo, {baz as xyz} from "foo";
|
|
xyz;
|
import foo, {baz as xyz} from "foo";
|
|
xyz;
|