8 lines
123 B
JavaScript

import foo1 from "foo";
import * as foo2 from "foo";
import ok, {
foo as bar,
test as testing,
logging
} from "foo";