BuckleScript interface to the node 'chalk' library
npm install bs-chalk


BuckleScript tools for working with the Node chalk library.
``reason``
Js.log(
Chalk.red("Express listen error: ")
++ Js.Option.getWithDefault("(no message)", Js.Exn.message(err))
)