0.2.1 • Published 8 years ago
bs-chalk v0.2.1
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))
)BuckleScript tools for working with the Node chalk library.
Js.log(
  Chalk.red("Express listen error: ")
  ++ Js.Option.getWithDefault("(no message)", Js.Exn.message(err))
)