index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
testdata
/
coverage
/
no_npm_coverage
/
no_npm_coverage.ts
blob: 4233b2e5d420d5d69a6dc94a5a11cc2e106234b2 (
plain
)
1
2
3
4
import chalk from "npm:chalk"; export function main() { console.log(chalk.red("RED")); }