summaryrefslogtreecommitdiff
path: root/tests/testdata/run/with_package_json/no_deno_json/main.ts
blob: 1e6e5004009456dbea3410188dea7f120998708d (plain)
1
2
3
4
import chalk from "chalk";

console.log("ok");
console.log(chalk);