3 lines
116 B
JavaScript

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