bs-chalk
v0.2.1
Published
BuckleScript interface to the node 'chalk' library
Downloads
75
Maintainers
Readme
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))
)