0
48%
BSD-2-Clause
BuckleScript interface to the node 'chalk' library

bs-chalk

BuckleScript tools for working with the Node chalk library.

Example

Js.log(
  Chalk.red("Express listen error: ")
  ++ Js.Option.getWithDefault("(no message)", Js.Exn.message(err))
)