// VS Code
import {
bar,
foo,
type Bar,
type Foo
} from "module";
// Deno fmt
import {
type Bar,
bar,
type Foo,
foo
} from "module";
// VS Code
import {
bar,
foo,
type Bar,
type Foo
} from "module";
// Deno fmt
import {
type Bar,
bar,
type Foo,
foo
} from "module";