1 2 3 4 5
import chalk from "chalk"; import "./foo/mod.ts"; import "./bar/mod.ts"; console.log(chalk);