UNPKG

178 BPlain TextView Raw
1import { constructor as Chalk } from "chalk"
2
3const chalk = new Chalk({ enabled: true })
4const Spark = spark.Spark
5
6Spark.get("/hello", (req, res) => chalk.green("Hello World"))