Dumper exposes the API to dump or die/dump values in your
AdonisJS application. An singleton instance of the Dumper
is shared as a service and may use it follows.
constdumper = container.make('dumper')
dumper.configureHtmlOutput({ // parser + html formatter config })
Dumper exposes the API to dump or die/dump values in your AdonisJS application. An singleton instance of the Dumper is shared as a service and may use it follows.